-
Notifications
You must be signed in to change notification settings - Fork 102
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
Haproxy support for draft 76 #4
Comments
I've tried connecting Safari, which uses draft-76 to my server via HAProxy and it works fine. How do I reproduce this problem? |
Well, it doesn't work for me. Haproxy 1.4.15, here's simplified config:
|
Fixed in 7e2461e. |
This fix and the other bugs you reported are fixed in release 0.1.2. Thanks a lot for reporting them! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: ninenines/cowboy#73
In order to get Hixie76 through a HAProxy loadbalancer the server must send response headers before the request nonce is received. In other words: before haproxy will send extra data from the client it expects the server to respond to the header. Current implementation does not support that. Example (nc localhost 8000 and paste):
Result:
Expected result: server replying with headers, waiting for 8 byte nonce, and replying with nonce.
The text was updated successfully, but these errors were encountered: