diff src/http/v3/ngx_http_v3_streams.c @ 8362:44cac24aaa44 quic

Assign connection number to every QUIC stream log.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 23 Apr 2020 18:05:05 +0300
parents dadbc66e9fca
children c101438c69a4
line wrap: on
line diff
--- 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
 {
     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);