]> git.kaiwu.me - nginx.git/commit
QUIC: simplified ngx_quic_send_alert() callback.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 30 Nov 2021 11:30:59 +0000 (14:30 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 30 Nov 2021 11:30:59 +0000 (14:30 +0300)
commitac851d7f69362ffeff4fe1f581434ab3ac9f9c59
treedc92df0bc073b59bda95d4a7745b6f49ba673558
parent0de6a1ebb48c13e658b0e94be1a3045a725c4624
QUIC: simplified ngx_quic_send_alert() callback.

Removed sending CLOSE_CONNECTION directly to avoid duplicate frames,
since it is sent later again in SSL_do_handshake() error handling.
As such, removed redundant settings of error fields set elsewhere.
While here, improved debug message.
src/event/quic/ngx_event_quic_output.c