Open Matheus28 opened 6 years ago
Firefox has a slightly different header for websocket opening handshakes, mainly, its Connection header is:
Connection
Connection: keep-alive, Upgrade
I think it'd be interesting to add a test case for that.
yep, would be good! currently, the HTTP part of the opening handshake isn't tested at all: "Opening Handshake (under development)"
Firefox has a slightly different header for websocket opening handshakes, mainly, its
Connection
header is:I think it'd be interesting to add a test case for that.