Replies: 1 comment 1 reply
-
That looks like what is listening on that local port is closing the connection on you. I'm not sure what else you might be doing in code. Are you doing this to learn? Or do you just want it to work? Because reqwest provides working proxy support automatically. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to impl hyper http2 https client support
HTTPS_PROXY=http://127.0.0.1:1234
?I found hyper http2 https client working example.
https://users.rust-lang.org/t/http2-client-with-hyper/109617/4
But no idea how to support
HTTPS_PROXY=http://127.0.0.1:1234
.I try
Got
But proxy is OK
Beta Was this translation helpful? Give feedback.
All reactions