You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once ago there was a merged pr - #3070 that disabled keep-alive connections through the proxy. There was a suggestion to make this functionality switchable in discussion.
Keep-alive with the proxy sometimes is need. E.g. to establish ntlm authorization the client must send 2 requests in one connection (a handshake). Current aiohttp logic restricts it, closing the connection on the first request.
I suggest to allow keep-alive connection when client explicitly sets keep-alive header.
The text was updated successfully, but these errors were encountered:
Once ago there was a merged pr - #3070 that disabled keep-alive connections through the proxy. There was a suggestion to make this functionality switchable in discussion.
Keep-alive with the proxy sometimes is need. E.g. to establish ntlm authorization the client must send 2 requests in one connection (a handshake). Current aiohttp logic restricts it, closing the connection on the first request.
I suggest to allow keep-alive connection when client explicitly sets keep-alive header.
The text was updated successfully, but these errors were encountered: