mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Set the websocket handshake from the connect time
This commit is contained in:
parent
8515524c2b
commit
699f9dd4cb
|
@ -255,6 +255,7 @@ class CommandLineInterface(object):
|
|||
ping_timeout=args.ping_timeout,
|
||||
websocket_timeout=args.websocket_timeout,
|
||||
websocket_connect_timeout=args.websocket_connect_timeout,
|
||||
websocket_handshake_timeout=args.websocket_connect_timeout,
|
||||
application_close_timeout=args.application_close_timeout,
|
||||
action_logger=AccessLogGenerator(access_log_stream)
|
||||
if access_log_stream
|
||||
|
|
Loading…
Reference in New Issue
Block a user