summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3_streams.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2020-04-23 18:05:05 +0300
committerRoman Arutyunyan <arut@nginx.com>2020-04-23 18:05:05 +0300
commit9c375910161cdcac5bb616f6afb8de030849f2ca (patch)
treed0d2e02e4584d5a5682b82eeb07d5a597e5d0413 /src/http/v3/ngx_http_v3_streams.c
parent2e4cd7a2e5f63cf221920ef3462f9c2202e27f7f (diff)
downloadnginx-9c375910161cdcac5bb616f6afb8de030849f2ca.tar.gz
nginx-9c375910161cdcac5bb616f6afb8de030849f2ca.tar.bz2
Assign connection number to every QUIC stream log.
Diffstat (limited to '')
-rw-r--r--src/http/v3/ngx_http_v3_streams.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/v3/ngx_http_v3_streams.c b/src/http/v3/ngx_http_v3_streams.c
index 6078725d7..165f21fdc 100644
--- a/src/http/v3/ngx_http_v3_streams.c
+++ b/src/http/v3/ngx_http_v3_streams.c
@@ -34,8 +34,6 @@ ngx_http_v3_handle_client_uni_stream(ngx_connection_t *c)
{
ngx_http_v3_uni_stream_t *us;
- c->log->connection = c->number;
-
ngx_http_v3_get_uni_stream(c, NGX_HTTP_V3_STREAM_CONTROL);
ngx_http_v3_get_uni_stream(c, NGX_HTTP_V3_STREAM_ENCODER);
ngx_http_v3_get_uni_stream(c, NGX_HTTP_V3_STREAM_DECODER);