From 9c375910161cdcac5bb616f6afb8de030849f2ca Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Thu, 23 Apr 2020 18:05:05 +0300 Subject: Assign connection number to every QUIC stream log. --- src/http/v3/ngx_http_v3_streams.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http/v3') 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); -- cgit