You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The perl library I'm using is Protocol::WebSocket and it has the mixed-case string hardcoded. RFC6455 section 4.2.1 (which I believe is the relevant RFC) says the value must be case-insensitive.
The text was updated successfully, but these errors were encountered:
Connecting to
wss://stream-channel.app.net/stream/user
the success of the connection depends on the exact case in theUpgrade:
header.Fail case:
Returns:
Changing only to
Upgrade: websocket
results in success:The perl library I'm using is Protocol::WebSocket and it has the mixed-case string hardcoded. RFC6455 section 4.2.1 (which I believe is the relevant RFC) says the value must be case-insensitive.
The text was updated successfully, but these errors were encountered: