go-grpc-http1
go-grpc-http1 copied to clipboard
forward proxy support for client websocket connections
- adds forward proxy support to client WS proxy
- adds Dial via HTTP CONNECT tunnel support to TLS ClientHandshake in client side channel credentials
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.
Hi @obno & @vikin91 I also had the same change on client/ws_proxy.go in my fork. In what case is side channel credentials used? I ran the debugger and didn't see side channel credentials thing was called.