sn->c->read->log = c->log;
sn->c->write->log = c->log;
+ log->connection = sn->c->number;
+
cln = ngx_pool_cleanup_add(pool, 0);
if (cln == NULL) {
ngx_close_connection(sn->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";
{
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);