]> git.kaiwu.me - nginx.git/commit
Avoided excessive definitions for connection state.
authorVladimir Homutov <vl@nginx.com>
Thu, 21 May 2020 12:38:52 +0000 (15:38 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 21 May 2020 12:38:52 +0000 (15:38 +0300)
commit7e0314de24fb9f48931aff8023a9cbe597991800
treefdcda2673a2a0a8c533e71983e6e9224947f96a0
parent089bc0baf4956734291f9504b9ca43048dd1c591
Avoided excessive definitions for connection state.

There is no need in a separate type for the QUIC connection state.
The only state not found in the SSL library is NGX_QUIC_ST_UNAVAILABLE,
which is actually a flag used by the ngx_quic_close_quic() function
to prevent cleanup of uninitialized connection.
src/event/ngx_event_quic.c