DunyaKokoschka
DunyaKokoschka
Add support for TLS1.2 session ID based resumption. Some clients notably iOS NSURLSession by default only support session id based resumption for TLS1.2 so it would be useful to be...
In HTTP2 it is optional for the client to wait for the server settings frame before making requests. However, Mint waits for the server settings frame and this increases the...
This avoids using chunked transfer encoding for HTTP/1.1. This also ensures the content-length headers is set for HTTP/2. This is a fix for https://github.com/appcues/mojito/issues/80 The idea is if the connection...
If we receive a timeout while waiting for a response then it is possible to return the connection back to the pool while we are still waitiing for the response....