HTTP/3: fixed $connection_requests.

Previously, the value was always "1".
This commit is contained in:
Roman Arutyunyan 2021-03-15 16:25:54 +03:00
parent 227afaea32
commit 9548c57590
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ ngx_http_v3_init(ngx_connection_t *c)
* cscf->large_client_header_buffers.num;
c->data = r;
c->requests = n + 1;
rev = c->read;
rev->handler = ngx_http_v3_process_request;