Allow 8192 header max to be breached (#2155)

* Allow 8192 header max to be breached

* Add REQUEST_MAX_HEADER_SIZE as config value

* remove queue size
This commit is contained in:
Adam Hopkins
2021-06-04 13:56:29 +03:00
committed by GitHub
parent a140c47195
commit 141be0028d
4 changed files with 123 additions and 6 deletions

View File

@@ -183,7 +183,6 @@ class Sanic(BaseSanic):
if register is not None:
self.config.REGISTER = register
if self.config.REGISTER:
self.__class__.register_app(self)