Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.2.2 source code.tar.gz | 2025-01-15 | 55.6 kB | |
5.2.2 source code.zip | 2025-01-15 | 88.1 kB | |
README.md | 2025-01-15 | 496 Bytes | |
Totals: 3 Items | 144.2 kB | 0 |
What's Changed
- Changed the default
User-Agent
header to contain only characters which should be accepted by all HTTP servers (#371). - Fixed window update potentially causing two HTTP/2 frames to be sent with the
END_STREAM
flag set (#373). - Fixed early responses on HTTP/2 (a response sent before the request is fully sent) causing an
HttpException
to be thrown instead of returning the response.
Full Changelog: https://github.com/amphp/http-client/compare/v5.2.1...v5.2.2