aboutsummaryrefslogtreecommitdiff
path: root/src/http/v3/ngx_http_v3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/v3/ngx_http_v3.c')
-rw-r--r--src/http/v3/ngx_http_v3.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/v3/ngx_http_v3.c b/src/http/v3/ngx_http_v3.c
index db0be75da..eb86b2da5 100644
--- a/src/http/v3/ngx_http_v3.c
+++ b/src/http/v3/ngx_http_v3.c
@@ -30,11 +30,7 @@ ngx_http_v3_init_session(ngx_connection_t *c)
goto failed;
}
- h3c->max_push_id = (uint64_t) -1;
- h3c->goaway_push_id = (uint64_t) -1;
-
ngx_queue_init(&h3c->blocked);
- ngx_queue_init(&h3c->pushing);
h3c->keepalive.log = c->log;
h3c->keepalive.data = c;