4.0.0 RC3
Pre-release
Pre-release
Note: This is a pre-release, there might be breaking changes in the final stable version.
- Added
TimeoutInterceptorthat automatically sets request timeouts when used in a Client interceptor stack (#188). - HTTP/2 protocol is now declared as
"2"instead of"2.0"in requests and responses (see https://http2.github.io/faq/#is-it-http20-or-http2). - Pushed requests are no longer modified by interceptors extending
ModifyRequest. - Fixed cancellation of requests over HTTP/2.
- Fixed timeouts of requests over HTTP/2.
- Fixed remaining HTTP/2 stream calculations.