Skip to content
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

fix bug in websocket with proxy #708

Closed
wants to merge 2 commits into from
Closed

Conversation

liupgd
Copy link

@liupgd liupgd commented May 2, 2021

issue:#705
Now, both separate WebSockets.jl package and HTTP.jl package can use websocket with proxy now.
The main bug is:

  • for wss with proxy: it's not enabled with ssl
  • for ws, maybe it is because the default 80 port not concated to the url end, so the request returned Bad Request

@quinnj
Copy link
Member

quinnj commented May 26, 2022

Sorry for the slow response/review here! I think this code looks good. It looks like this was originally a fork#master made as a PR to HTTP#master, which means I can't resolve the conflicts here, so I'm going to incorporate the code into an upcoming PR.

@quinnj quinnj closed this May 26, 2022
@fonsp fonsp linked an issue Jun 8, 2022 that may be closed by this pull request
@fonsp
Copy link
Member

fonsp commented Jun 8, 2022

Implemented in #833, thanks @liupgd !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug for Proxy in requests?
3 participants