aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-06-23 11:57:00 +0300
committerSergey Kandaurov <pluknet@nginx.com>2020-06-23 11:57:00 +0300
commit9d465009149c67325d9ac49503891cc84e5eaef8 (patch)
tree71713b4d7c43b4b74e619315958c666433436389 /src/core/ngx_connection.h
parentc31e1054034589af9a12119371e502748af61e5a (diff)
downloadnginx-9d465009149c67325d9ac49503891cc84e5eaef8.tar.gz
nginx-9d465009149c67325d9ac49503891cc84e5eaef8.zip
Do not close QUIC sockets in ngx_close_listening_sockets().
This breaks graceful shutdown of QUIC connections in terms of quic-transport.
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index b3a36cf05..294d4b212 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -75,6 +75,7 @@ struct ngx_listening_s {
unsigned reuseport:1;
unsigned add_reuseport:1;
unsigned keepalive:2;
+ unsigned quic:1;
unsigned deferred_accept:1;
unsigned delete_deferred:1;