Latest update - 9163
This commit is contained in:
@@ -30,6 +30,8 @@ ngx_http_v3_init_session(ngx_connection_t *c)
|
||||
goto failed;
|
||||
}
|
||||
|
||||
h3c->http_connection = hc;
|
||||
|
||||
ngx_queue_init(&h3c->blocked);
|
||||
|
||||
h3c->keepalive.log = c->log;
|
||||
@@ -48,7 +50,7 @@ ngx_http_v3_init_session(ngx_connection_t *c)
|
||||
cln->handler = ngx_http_v3_cleanup_session;
|
||||
cln->data = h3c;
|
||||
|
||||
hc->v3_session = h3c;
|
||||
c->data = h3c;
|
||||
|
||||
return NGX_OK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user