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

Use gorilla readMessage and writeMessage instead of just an io.Copy #2650

Merged
merged 1 commit into from Jan 3, 2018

Conversation

juliens
Copy link
Member

@juliens juliens commented Jan 3, 2018

What does this PR do?

Fix a bug in websocket
related to: containous/oxy#48

Motivation

Fixes #2629

More

Fix a bug with packet loss in websocket underlying connection. Instead of use this connection, we read messages with gorilla and write messages with gorilla

@juliens juliens added this to the 1.5 milestone Jan 3, 2018
@juliens juliens added the bot/light-review decreases the number of required LGTM from 3 to 1. label Jan 3, 2018
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

@traefiker traefiker merged commit f30ad20 into traefik:v1.5 Jan 3, 2018
@traefiker traefiker removed bot/light-review decreases the number of required LGTM from 3 to 1. status/3-needs-merge labels Jan 3, 2018
@ronkorving
Copy link

Wow, thank you for this. I ran into this issue just now, and it having been released in rc4 18 hours ago saved my neck. Thank you 👍

@juliens juliens deleted the websocket-2629-1.5 branch January 25, 2018 20:13
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.

None yet

4 participants