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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user