]> git.kaiwu.me - nginx.git/commit
QUIC: fixed padding calculation.
authorVladimir Homutov <vl@nginx.com>
Mon, 5 Jul 2021 10:17:10 +0000 (13:17 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 5 Jul 2021 10:17:10 +0000 (13:17 +0300)
commit1860eda336fce3fa6a6b1d7c81a904668c7af598
tree0ba2fa9564371cc67e46291cfe23b65e7450c3d5
parenta85084fea109c019d1ad7466ed063afa7961acba
QUIC: fixed padding calculation.

Sometimes, QUIC packets need to be of certain (or minimal) size.  This is
achieved by adding PADDING frames.  It is possible, that adding padding will
affect header size, thus forcing us to recalculate padding size once more.
src/event/quic/ngx_event_quic_output.c