diff options
author | Roman Arutyunyan <arut@nginx.com> | 2023-09-21 19:32:38 +0400 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2023-09-21 19:32:38 +0400 |
commit | 6ecf576e34c3780b6cdb3f509c89042aa411e3d2 (patch) | |
tree | 72f8afe38502b0ad177971d275adcbe15ff15fbd /src/http/v3/ngx_http_v3_request.c | |
parent | ec37134416d4fd98d8cb8f02776a711c50398684 (diff) | |
download | nginx-6ecf576e34c3780b6cdb3f509c89042aa411e3d2.tar.gz nginx-6ecf576e34c3780b6cdb3f509c89042aa411e3d2.zip |
QUIC: do not call shutdown() when handshake is in progress.
Instead, when worker is shutting down and handshake is not yet completed,
connection is terminated immediately.
Previously the callback could be called while QUIC handshake was in progress
and, what's more important, before the init() callback. Now it's postponed
after init().
This change is a preparation to postponing HTTP/3 session creation to init().
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions