crossbario / autobahn-testsuite

Autobahn WebSocket protocol testsuite
https://crossbar.io/autobahn/
Apache License 2.0
1k stars 84 forks source link

Add "Connection: keep-alive, Upgrade" test case #82

Open Matheus28 opened 6 years ago

Matheus28 commented 6 years ago

Firefox has a slightly different header for websocket opening handshakes, mainly, its Connection header is:

Connection: keep-alive, Upgrade

I think it'd be interesting to add a test case for that.

oberstet commented 6 years ago

yep, would be good! currently, the HTTP part of the opening handshake isn't tested at all: "Opening Handshake (under development)"