]> git.kaiwu.me - nginx.git/commit
QUIC: fixed processing of minimum packet size.
authorVladimir Homutov <vl@nginx.com>
Fri, 22 Oct 2021 09:59:44 +0000 (12:59 +0300)
committerVladimir Homutov <vl@nginx.com>
Fri, 22 Oct 2021 09:59:44 +0000 (12:59 +0300)
commitdbb59fba8ce551a790aada19d4c447efb7545815
tree89b1725bce33a3a975bca2ad34d91122c9c41ab4
parentf5d0c6db674b9c40f995559051e8847157229b57
QUIC: fixed processing of minimum packet size.

If packet needs to be expanded (for example Initial to 1200 bytes),
but path limit is less, such packet should not be created/sent.
src/event/quic/ngx_event_quic_output.c