]> git.kaiwu.me - nginx.git/commit
HTTP/2: close connections initialized during graceful shutdown.
authorKasei Wang <kasei@kasei.im>
Thu, 18 Jul 2024 13:43:25 +0000 (17:43 +0400)
committerKasei Wang <kasei@kasei.im>
Thu, 18 Jul 2024 13:43:25 +0000 (17:43 +0400)
commit145b228530c364452c14d3184f1eee5e09b324aa
tree0c57996cf5ca94f057bbc3daee85889dcb7cd93d
parent788e462c5b81f5f1aee475488e10f01680c530e9
HTTP/2: close connections initialized during graceful shutdown.

In some rare cases, graceful shutdown may happen while initializing an HTTP/2
connection.  Previously, such a connection ignored the shutdown and remained
active.  Now it is gracefully closed prior to processing any streams to
eliminate the shutdown delay.
src/http/v2/ngx_http_v2.c