As described in a ticket for the Python Slack RTM client, although RFC 6455 says:
- An |Upgrade| header field containing the value "websocket",
treated as an ASCII case-insensitive value.
Slack has decided to be more particular. I don't know whether we should adjust this, but the RFC does use lowercase "websocket" in its examples, so it seems likely that other folks will get this wrong.
As described in a ticket for the Python Slack RTM client, although RFC 6455 says:
Slack has decided to be more particular. I don't know whether we should adjust this, but the RFC does use lowercase "websocket" in its examples, so it seems likely that other folks will get this wrong.