mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
remove this buggy & useless check
This commit is contained in:
parent
5a7c756a98
commit
86ea0c6f8d
@ -79,9 +79,6 @@ class Message(object):
|
||||
value.append(lines.pop(0))
|
||||
value = ''.join(value).rstrip()
|
||||
|
||||
if len(value) > self.limit_request_field_size:
|
||||
raise LimitRequestHeaders("limit request field size")
|
||||
|
||||
headers.append((name, value))
|
||||
return headers
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user