comparison src/event/ngx_event_openssl.h @ 8813:6674a50cbb6c quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 15 Jul 2021 16:28:21 +0300
parents 13c537def699 5f765427c17a
children fac88e160653
comparison
equal deleted inserted replaced
8812:e7a2d3914877 8813:6674a50cbb6c
106 unsigned handshake_rejected:1; 106 unsigned handshake_rejected:1;
107 unsigned renegotiation:1; 107 unsigned renegotiation:1;
108 unsigned buffer:1; 108 unsigned buffer:1;
109 unsigned no_wait_shutdown:1; 109 unsigned no_wait_shutdown:1;
110 unsigned no_send_shutdown:1; 110 unsigned no_send_shutdown:1;
111 unsigned shutdown_without_free:1;
111 unsigned handshake_buffer_set:1; 112 unsigned handshake_buffer_set:1;
112 unsigned try_early_data:1; 113 unsigned try_early_data:1;
113 unsigned in_early:1; 114 unsigned in_early:1;
114 unsigned in_ocsp:1; 115 unsigned in_ocsp:1;
115 unsigned early_preread:1; 116 unsigned early_preread:1;