This commit is contained in:
Kovid Goyal 2017-04-29 16:53:44 +05:30
parent f73a5f0d5a
commit 4df54f92f9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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',