]> git.kaiwu.me - nginx.git/commit
QUIC: zero out packet length in frames prior to send.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 5 Oct 2020 12:02:38 +0000 (13:02 +0100)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 5 Oct 2020 12:02:38 +0000 (13:02 +0100)
commit3309b1e8dfd88af0bcadc98b14ac65349d8aa61c
treec65ac17eb7de0905fff1f2ef2b693b01c4c5928e
parent4ed768d3d12fd875af3801a0958aed514bb7b19d
QUIC: zero out packet length in frames prior to send.

It could be that a frame was previously sent and may have stale information.
This was previously broken by merging frames on resend in b383120afca3.
src/event/ngx_event_quic.c