-
Notifications
You must be signed in to change notification settings - Fork 306
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
How to connect behind a proxy #395
Comments
Yup, pass in an http.Client configured for your proxy. See DialOptions and net/http docs on proxy configuration for http.Client. |
Perfect, thanks! |
I'm running into
|
Not sure what you mean by header "keep-alive"? What's the full error message and on what line are you getting it? |
Hello, |
What version of Go are you using? |
All good, I'll setup a full go test case as I'll want to ensure this works going forward. |
Closes #395 Confirmed library works correctly with a working forward proxy.
Yup, test passes so not sure what you were dealing with. Are you sure your forward proxy is/was working correctly? Was it working with Gorilla? Closing for now, feel free to comment if you have further information. |
Hey,
I'm currently using gorilla and wanted to migrate to this more recent library, unfortunately I can't seems to find any info about a proxy support. Is there a way to connect to a websocket server using an http proxy like gorilla does ?
The text was updated successfully, but these errors were encountered: