mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
follow spec
This commit is contained in:
parent
c67800e1c7
commit
83804e2421
@ -56,7 +56,7 @@ class Parser(object):
|
||||
_headers = {}
|
||||
hname = ""
|
||||
for line in lines:
|
||||
if line.startswith("\t"):
|
||||
if line.startswith("\t") or line.startswith(" "):
|
||||
headers[hname] += line.strip()
|
||||
else:
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user