]> git.kaiwu.me - nginx.git/commit
Do not close QUIC sockets in ngx_close_listening_sockets().
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 23 Jun 2020 08:57:00 +0000 (11:57 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 23 Jun 2020 08:57:00 +0000 (11:57 +0300)
commit9d465009149c67325d9ac49503891cc84e5eaef8
tree71713b4d7c43b4b74e619315958c666433436389
parentc31e1054034589af9a12119371e502748af61e5a
Do not close QUIC sockets in ngx_close_listening_sockets().

This breaks graceful shutdown of QUIC connections in terms of quic-transport.
src/core/ngx_connection.c
src/core/ngx_connection.h
src/http/ngx_http.c