]> git.kaiwu.me - nginx.git/commit
Connection states code cleanup.
authorVladimir Homutov <vl@nginx.com>
Mon, 23 Mar 2020 11:53:04 +0000 (14:53 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 23 Mar 2020 11:53:04 +0000 (14:53 +0300)
commit5018d9eecc4e7e896a2b186db10b8419b7c6d96c
treee4fdc719ba9477736ae67d3a8642c08c86f4a24c
parentb3129b46f69a46a04c1a4dad6137806b948b7a32
Connection states code cleanup.

 + ngx_quic_init_ssl_methods() is no longer there, we setup methods on SSL
   connection directly.

 + the handshake_handler is actually a generic quic input handler

 + updated c->log->action and debug to reflect changes and be more informative

 + c->quic is always set in ngx_quic_input()

 + the quic connection state is set by the results of SSL_do_handshake();
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h