]> git.ipfire.org Git - thirdparty/tornado.git/commit
fix[web]: fix optional whitespace parsing of Accept-Language header
authorFlorian Best <best@univention.de>
Fri, 1 Oct 2021 22:42:04 +0000 (00:42 +0200)
committerFlorian Best <best@univention.de>
Fri, 1 Oct 2021 22:42:11 +0000 (00:42 +0200)
commit797e5a88b4299ca523de720aeb8b2e5a6a7e41f0
treeb9768125aab8f9681f48948d7d7af42d3202f242
parent790715ae0f0a30b9ee830bfee75bb7fa4c4ec2f6
fix[web]: fix optional whitespace parsing of Accept-Language header

HTTP allows OWS between parameters:
`Accept-Language: de-DE; q=0.1, en-US; q=0.2`
tornado/web.py