diff src/http/ngx_http_request.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 5b7ec588de48
children d2759e4cc437
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -438,7 +438,6 @@ ngx_http_quic_stream_handler(ngx_connect
     ctx->request = NULL;
     ctx->current_request = NULL;
 
-    c->log->connection = c->number;
     c->log->handler = ngx_http_log_error;
     c->log->data = ctx;
     c->log->action = "waiting for request";