Latest update - 9280 (1.27.1)

This commit is contained in:
2024-08-20 13:49:07 +09:00
parent d7328232ba
commit cd7f9280b3
9 changed files with 105 additions and 15 deletions
+5
View File
@@ -294,6 +294,11 @@ ngx_http_v2_init(ngx_event_t *rev)
c->data = h2c;
if (ngx_exiting) {
ngx_http_v2_finalize_connection(h2c, NGX_HTTP_V2_NO_ERROR);
return;
}
rev->handler = ngx_http_v2_read_handler;
c->write->handler = ngx_http_v2_write_handler;