]> git.kaiwu.me - nginx.git/commit
Free remaining frames on connection close.
authorVladimir Homutov <vl@nginx.com>
Wed, 15 Apr 2020 10:09:39 +0000 (13:09 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 15 Apr 2020 10:09:39 +0000 (13:09 +0300)
commit001b81af88c5f67b789142cd07ba3f08e9f91102
treeb7e67d9d3c727f41ba85c979915e50f3fc31d18b
parent53d47318c5fc181a8fa05f2ecc785fd14a4e5a8d
Free remaining frames on connection close.

Frames can still float in the following queues:

 - crypto frames reordering queues (one per encryption level)
 - moved crypto frames cleanup to the moment where all streams are closed
 - stream frames reordering queues (one per packet number namespace)
 - frames retransmit queues (one per packet number namespace)
src/event/ngx_event_quic.c