fixes for handling multiple protocols in handshake#187
fixes for handling multiple protocols in handshake#187renej-github wants to merge 7 commits intowarmcat:masterfrom
Conversation
|
Thanks, it's pushed. |
|
This patch makes the test client die talking to the test server as mentioned in #205, I had to revert it. Can you propose a version that doesn't kill the test client? |
|
2014-12-01 12:47 GMT+01:00 Andy Green notifications@github.com:
I'll look into it renej
|
|
Thanks. |
|
server-client test as in #205 works again |
|
There is still an issue with multiple protocol names like "my_protocol" and "my_protocol_2". Working on it... |
|
Still working on more robust subprotocol checking in client.c. |
|
Seems to be ok now handling multiple (sub)protocols. Deals with situations like "my_protocol" and "my_protocol_2", sequence irrelevant. Server/client test runs. |
No description provided.