]> git.kaiwu.me - nginx.git/commit
QUIC: disabled bidirectional SSL shutdown after 09fb2135a589.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 21 Aug 2020 11:41:42 +0000 (14:41 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 21 Aug 2020 11:41:42 +0000 (14:41 +0300)
commite153f4993c62e02f14da07fcf68d8c24ba189d3b
tree7ce4c15140f2ed843bdeb8fc76d14e06a954ec59
parent6c089cda295fa05c9f3801aa7c69f717d8940788
QUIC: disabled bidirectional SSL shutdown after 09fb2135a589.

On QUIC connections, SSL_shutdown() is used to call the send_alert callback
to send a CONNECTION_CLOSE frame.  The reverse side is handled by other means.
At least BoringSSL doesn't differentiate whether this is a QUIC SSL method,
so waiting for the peer's close_notify alert should be explicitly disabled.
src/event/ngx_event_quic.c