NO_KEEP_ALIVE -> KEEP_ALIVE

This commit is contained in:
Raphael Deem
2017-04-16 22:43:49 -07:00
parent 6f098b3d21
commit 81b6d988ec
4 changed files with 9 additions and 9 deletions

View File

@@ -679,7 +679,7 @@ class Sanic:
'error_handler': self.error_handler,
'request_timeout': self.config.REQUEST_TIMEOUT,
'request_max_size': self.config.REQUEST_MAX_SIZE,
'no_keep_alive': self.config.NO_KEEP_ALIVE,
'keep_alive': self.config.KEEP_ALIVE,
'loop': loop,
'register_sys_signals': register_sys_signals,
'backlog': backlog