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

forward: rewrite to use httputil.ReverseProxy #229

Merged
merged 2 commits into from
Nov 7, 2022
Merged

Conversation

juliens
Copy link
Contributor

@juliens juliens commented Nov 4, 2022

Historically, the oxy forward was here to handle reverse proxying websocket request that were not handle by httputil.ReverseProxy.
As now, httputil.ReverseProxy handles websocket upgrade correctly, there is no need to keep this specific implementation.

Co-authored-by: Ludovic Fernandez [email protected]

Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ldez ldez merged commit d996bf5 into vulcand:master Nov 7, 2022
@ldez ldez deleted the httputil branch November 7, 2022 08:41
@ldez ldez changed the title Rewrite forward to use httputil.ReverseProxy forward: rewrite to use httputil.ReverseProxy Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants