comparison src/event/quic/ngx_event_quic_ack.c @ 9019:def8e398d7c5 quic

QUIC: fixed broken token in NEW_TOKEN (ticket #2446). Previously, since 3550b00d9dc8, the token was allocated on stack, to get rid of pool usage. Now the token is allocated by ngx_quic_copy_buffer() in QUIC buffers, also used for STREAM, CRYPTO and ACK frames.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 31 Jan 2023 15:26:33 +0400
parents 2e51cf3ffd90
children 52cddd44ec11
comparison
equal deleted inserted replaced
9018:3c98fa8fef6f 9019:def8e398d7c5