From 46500bb183bd04aa864953d25c695283cf5dbd34 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 Nov 2015 20:45:19 +0530 Subject: [PATCH] ... --- src/calibre/srv/http_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/http_request.py b/src/calibre/srv/http_request.py index d444182286..913a86dfa3 100644 --- a/src/calibre/srv/http_request.py +++ b/src/calibre/srv/http_request.py @@ -104,7 +104,7 @@ comma_separated_headers = { } decoded_headers = { - 'Transfer-Encoding', 'Connection', 'Keep-Alive', 'Expect', 'WWW-Authenticate', 'Authorization', + 'Transfer-Encoding', 'Keep-Alive', 'Expect', 'WWW-Authenticate', 'Authorization', 'Sec-WebSocket-Key', 'Sec-WebSocket-Version', 'Sec-WebSocket-Protocol', } | comma_separated_headers