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: v5.2.1...v5.2.2