comparison src/http/ngx_http.c @ 8441:db8fe75c9c7a quic

Do not close QUIC sockets in ngx_close_listening_sockets(). This breaks graceful shutdown of QUIC connections in terms of quic-transport.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Jun 2020 11:57:00 +0300
parents cb149fa03367
children 001ec7fce567
comparison
equal deleted inserted replaced
8440:f9592e804834 8441:db8fe75c9c7a
1795 ls->reuseport = addr->opt.reuseport; 1795 ls->reuseport = addr->opt.reuseport;
1796 #endif 1796 #endif
1797 1797
1798 ls->wildcard = addr->opt.wildcard; 1798 ls->wildcard = addr->opt.wildcard;
1799 1799
1800 #if (NGX_HTTP_SSL)
1801 ls->quic = addr->opt.http3;
1802 #endif
1803
1800 return ls; 1804 return ls;
1801 } 1805 }
1802 1806
1803 1807
1804 static ngx_int_t 1808 static ngx_int_t