-
Notifications
You must be signed in to change notification settings - Fork 324
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
Do not forward websocket close codes that are invalid on the wire #134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is the test failure related? It doesn't look like it to me. |
882e036
to
8f6b928
Compare
Another try? I'm also looking forward for this fix :) |
5f533f9
to
c9988e5
Compare
I've actually retried 10 times; it failed every time. Looks like there are a few different combinations of test failure. |
I fix the problem on master, could you rebase? |
This is passing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #133
Mirrors the behavior of AWS' ALB. If the client TCP connection closes without a close frame, just close the underlying TCP connection gracefully.