-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception java.util.NoSuchElementException: socks
when making https request with socks5 proxy
#1913
Comments
I have the same problem. |
难顶,我也遇到了... |
the same problem, do you have any solutions? @hyperxpro |
Unfortunately no. But feel free to raise a PR. :) |
I think netty/netty#11945 is the cause of the issue
I've debugged it and I actually use this to verify the change in behavior
I've opened netty/netty#14679 |
To reproduce
Exception:
The issue only occurs with socks5 + https. Sock4 is not tested, and http proxy works normally
Environment:
org.asynchttpclient:async-http-client:3.0.0.Beta2
The text was updated successfully, but these errors were encountered: