4.0.0 RC10
Pre-release
Pre-release
Note: This is a pre-release, there might be breaking changes in the final stable version.
- Refactored HTTP/2 to split parsing from frame handling logic.
- Fixed upgrade handling to close the socket only on error.
- Fixed default HTTP/2 push port.
- Fixed HTTP/2 backpressure.
- Fixed HTTP/2 stream weight.
- Decoupled
UnlimitedConnectionPool
from hardcoded HTTP versions. - Responses are now only returned after sending the request finished.
- Removed
Http2Exception
.