]> git.kaiwu.me - nginx.git/commit
QUIC: removed cancelable flag from QUIC and HTTP/3 events.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 30 Nov 2022 10:09:08 +0000 (14:09 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 30 Nov 2022 10:09:08 +0000 (14:09 +0400)
commit7e3aa23991cbab236617f15ab3602c1b43b2aae1
tree7d6c4a186bf565f6559fb596fbfebff4ba903d09
parentfed44881d3bf5126b49144dba58f2830e0fe9866
QUIC: removed cancelable flag from QUIC and HTTP/3 events.

All these events are created in context of a client connection and are deleted
when the connection is closed.  Setting ev->cancelable could trigger premature
connection closure and a socket leak alert.
src/event/quic/ngx_event_quic.c
src/http/v3/ngx_http_v3.c