]> git.kaiwu.me - nginx.git/commit
QUIC: avoided excessive initialization in ngx_quic_send_frames().
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 21 Oct 2020 11:03:22 +0000 (12:03 +0100)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 21 Oct 2020 11:03:22 +0000 (12:03 +0100)
commita47a4400b8201a4c5813fb91f211533c967b6aa4
tree392dcd0c166a2e055d377e88406c114c554941ab
parentc405a364eb938910336a1636368e46604699a7a2
QUIC: avoided excessive initialization in ngx_quic_send_frames().

A zero-length token was used to initialize a prezeroed packet header.
src/event/ngx_event_quic.c