diff src/event/quic/ngx_event_quic.c @ 9000:cd8018bc81a5 quic

QUIC: fixed padding of initial packets in case of limited path. Previously, non-padded initial packet could be sent as a result of the following situation: - initial queue is not empty (so padding to 1200 is required) - handshake queue is not empty (so padding is to be added after h/s packet) - path is limited If serializing handshake packet would violate path limit, such packet was omitted, and the non-padded initial packet was sent. The fix is to avoid sending the packet at all in such case. This follows the original intention introduced in c5155a0cb12f.
author Vladimir Homutov <vl@nginx.com>
date Wed, 02 Feb 2022 14:16:48 +0300
parents 308ac307b3e6
children 2dc4203d812c
line wrap: on
line diff