AsyncHTTPClient 1.8.0
SemVer Minor
- Always overwrite
Transport-Encoding
andContent-Length
headers (#479)
SemVer Patch
- Remove a couple of unnecessary imports (#484, patch credit to @karwa)
- Remove redundant
RequestFramingMetadata.Body.none
case (#480) - Crash fix: HTTP2Connections emit events after the pool has closed them. (#481)
- Fix bug in migration from HTTP1 to HTTP2 and back to HTTP1 (#486)
Other Changes
- Two missing
self
s got past soundness. (#489)