async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Support for requesting/using connections that don't come out of the connection pool

Open siemensikkema opened this issue 4 years ago • 0 comments

In some cases we need more control over which connections are used and must prevent that connections are used for other requests outside of a certain context. An example of this is NTLM authentication which is connection based, which requires a negotiation request immediately before each authenticated request to happen on the same connection.

siemensikkema avatar Apr 09 '21 08:04 siemensikkema