diff options
author | Roman Arutyunyan <arut@nginx.com> | 2020-04-23 18:05:05 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2020-04-23 18:05:05 +0300 |
commit | 9c375910161cdcac5bb616f6afb8de030849f2ca (patch) | |
tree | d0d2e02e4584d5a5682b82eeb07d5a597e5d0413 /src/http/ngx_http_request.c | |
parent | 2e4cd7a2e5f63cf221920ef3462f9c2202e27f7f (diff) | |
download | nginx-9c375910161cdcac5bb616f6afb8de030849f2ca.tar.gz nginx-9c375910161cdcac5bb616f6afb8de030849f2ca.zip |
Assign connection number to every QUIC stream log.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |