From 4df54f92f9a9c12d1b67ffb115673104815e17a0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Apr 2017 16:53:44 +0530 Subject: [PATCH] ... --- src/calibre/srv/http_request.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/srv/http_request.py b/src/calibre/srv/http_request.py index 4a8b7eb4c0..2f998386de 100644 --- a/src/calibre/srv/http_request.py +++ b/src/calibre/srv/http_request.py @@ -96,9 +96,8 @@ def parse_uri(uri, parse_query=True): return scheme, path, query # }}} + # HTTP Header parsing {{{ - - comma_separated_headers = { 'Accept', 'Accept-Charset', 'Accept-Encoding', 'Accept-Language', 'Accept-Ranges', 'Allow', 'Cache-Control',