nginx/src
Valentin Bartenev 70d0530f88 HTTP/2: graceful shutdown of active connections (closes #1106).
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.
2016-10-20 16:15:03 +03:00
..
core Core: show file contents only once while dumping configuration. 2016-10-18 16:33:38 +03:00
event SSL: overcame possible buffer over-read in ngx_ssl_error(). 2016-10-18 20:46:06 +03:00
http HTTP/2: graceful shutdown of active connections (closes #1106). 2016-10-20 16:15:03 +03:00
mail Mail: extensible auth methods in pop3 module. 2016-10-18 19:38:46 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
os Cache: cache manager limits. 2016-10-05 14:22:30 +03:00
stream SSL: compatibility with BoringSSL. 2016-10-19 18:36:50 +03:00