comparison src/event/ngx_event_posted.c @ 7874:1245e274b9ba quic

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.
author Vladimir Homutov <vl@nginx.com>
date Thu, 21 May 2020 15:38:52 +0300
parents f1720934c45b
children
comparison
equal deleted inserted replaced
7873:94c06fe6e159 7874:1245e274b9ba