]> git.kaiwu.me - nginx.git/commit
QUIC: fixed PATH_RESPONSE frame expansion.
authorVladimir Homutov <vl@nginx.com>
Thu, 11 Nov 2021 12:15:07 +0000 (15:15 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 11 Nov 2021 12:15:07 +0000 (15:15 +0300)
commit1562200066d73a037ecfa4e15548cbcc239b354f
treef21def6646d792f128d1dcf64f89ba0c6933f517
parent62b2eea0fee3c7cb4cec288065c0a8235f128c42
QUIC: fixed PATH_RESPONSE frame expansion.

The PATH_RESPONSE frame must be expanded to 1200, except the case
when anti-amplification limit is in effect, i.e. on unvalidated paths.

Previously, the anti-amplification limit was always applied.
src/event/quic/ngx_event_quic_migration.c