mirror of
https://github.com/nginx/nginx.git
synced 2025-01-21 11:42:59 +08:00
HTTP/3: fixed $connection_requests.
Previously, the value was always "1".
This commit is contained in:
parent
25a74b52d1
commit
7d1cf8ffb4
@ -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 New Issue
Block a user