Proxy connection headers not checked for as standard #925
pettzilla1
started this conversation in
General
Replies: 1 comment
-
I'll bump this into "discussion" as a starting point, as I don't think it's yet clearly framed enough to warrant an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
httpcore/httpcore/_async/http_proxy.py
Line 280 in c96fdf7
Hi I've noticed that headers which can change during proxy auth aren't checked for to see if they are in the request, I think it may be worth adding a check to see if ('proxy-authorization','proxy-connection','connection') are in the request and need to be added to the proxy headers,
If this can already be done happy to be pointed in the right direction
Beta Was this translation helpful? Give feedback.
All reactions