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/ngx_http_request.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http/ngx_http_request.c') diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 082938e00..b0cc9a543 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -438,7 +438,6 @@ ngx_http_quic_stream_handler(ngx_connection_t *c) 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"; -- cgit v1.2.3