Skip to content

4.0.0 RC10

Pre-release
Pre-release
Compare
Choose a tag to compare
@kelunik kelunik released this 04 Dec 18:42
v4.0.0-rc10

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.