HTTP/3: fixed $connection_requests.
Previously, the value was always "1".
This commit is contained in:
parent
227afaea32
commit
9548c57590
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue