mirror of
https://github.com/nginx/nginx.git
synced 2026-09-03 20:53:04 -05:00
70d0530f8844205cfd78d71f4f0bf20843af778e
Previously, while shutting down gracefully, the HTTP/2 connections were closed in transition to idle state after all active streams have been processed. That might never happen if the client continued opening new streams. Now, nginx sends GOAWAY to all HTTP/2 connections and ignores further attempts to open new streams. A worker process will quit as soon as processing of already opened streams is finished.
Description
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
122 MiB
Languages
C
97.7%
Vim Script
1.7%
XS
0.4%
Perl
0.1%