Latest update - 9069

This commit is contained in:
2023-04-11 11:05:47 +09:00
parent 829c0924c0
commit 897bb0e54a
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ ngx_http_v3_cancel_push(ngx_connection_t *c, uint64_t push_id)
for (q = ngx_queue_head(&h3c->pushing);
q != ngx_queue_sentinel(&h3c->pushing);
q = ngx_queue_next(&h3c->pushing))
q = ngx_queue_next(q))
{
push = (ngx_http_v3_push_t *) q;