name: "invalidWebSocketKey", h: map[string]string{ "Connection": "Upgrade", "Upgrade": "websocket", "Sec-WebSocket-Version": "13", "Sec-WebSocket-Key": "notbase64", }, }, { name: "badHTTPVersion", h: map[string]string{ "Connection": "Upgrade", "Upgrade": "websocket", "Sec-...
Client "Sec-WebSocket-Key" should be a valid 16 byte base64 encoded nonce. If the header is not valid, the server should reject the client. 👍 1 Emyrk requested a review from nhooyr as a code owner December 20, 2022 20:17 Member Author Emyrk commented Dec 20, 2022 @nhooyr...