Linus Groh e17dfb9da0 std.http.WebSocket: Make 'upgrade: websocket' check case-insensitive
I've seen implementations in the wild that send 'Upgrade: WebSocket',
which currently fails the handshake.

From https://datatracker.ietf.org/doc/html/rfc6455:

"If the response lacks an |Upgrade| header field or the |Upgrade| header
field contains a value that is not an ASCII case-insensitive match for
the value "websocket", the client MUST _Fail the WebSocket Connection_."
2024-09-12 20:02:19 -07:00
..
2024-08-15 22:05:53 -07:00
2024-08-22 08:44:08 +02:00
2024-09-03 17:44:01 -07:00
2024-08-29 20:39:11 +01:00
2024-08-29 20:39:11 +01:00
2024-08-29 23:43:52 +01:00
2024-08-23 22:59:30 -07:00