]> git.kaiwu.me - nginx.git/commit
HTTP/2: always send GOAWAY while worker is shutting down.
authorValentin Bartenev <vbart@nginx.com>
Tue, 19 Jul 2016 17:22:44 +0000 (20:22 +0300)
committerValentin Bartenev <vbart@nginx.com>
Tue, 19 Jul 2016 17:22:44 +0000 (20:22 +0300)
commitab5401d204f9cd638204dcabf45152e32920d021
treee909abf60136f2fe71e2df748b6034db395a0c89
parent5c2dd3913aad5c4bf7d9056e1336025c2703586b
HTTP/2: always send GOAWAY while worker is shutting down.

Previously, if the worker process exited, GOAWAY was sent to connections in
idle state, but connections with active streams were closed without GOAWAY.
src/http/v2/ngx_http_v2.c