-
Notifications
You must be signed in to change notification settings - Fork 27
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
forward proxy support for client websocket connections #163
base: main
Are you sure you want to change the base?
Conversation
obno
commented
Dec 28, 2023
- adds forward proxy support to client WS proxy
- adds Dial via HTTP CONNECT tunnel support to TLS ClientHandshake in client side channel credentials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I looked briefly at the code, but I couldn't see any tests for the feature. Could you please add integration or unit tests?
I am also not fully following which problem this code is solving. Could you please edit the PR description and describe in details which scenarios were not working for you and how this PR fixes the issue?
Hi @obno , I wanted to check if you maybe have planned to work further on this PR? |
Yes. I will work on this towards the end of this week. Setting up unit tests with a 'squid' like forward proxy is a bit involved. |