Some libraries send `Upgrade: WebSocket`, yet the header comparison is case sensitive, and the library checks exactly for `websocket`, which fails. According to the RFC, the check should be case insensitive.
Some libraries send
Upgrade: WebSocket, yet the header comparison is case sensitive, and the library checks exactly forwebsocket, which fails.According to the RFC, the check should be case insensitive.