-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
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.
Reactions are currently unavailable