HTTP/2: fixed worker_shutdown_timeout.
Ruslan Ermilov
2 years ago
1 changed file(s) with
5 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+5
-0
src/http/v2/ngx_http_v2.c
less
more
353
353
if (c->close) {
354
354
c->close = 0;
355
355
356
if (c->error) {
357
ngx_http_v2_finalize_connection(h2c, 0);
358
return;
359
}
360
356
361
if (!h2c->goaway) {
357
362
h2c->goaway = 1;
358
363