comparison src/http/ngx_http_write_filter_module.c @ 8171:b1676cd64dc9 quic

QUIC: cleanup send context properly. The patch resets ctx->frames queue, which may contain frames. It was possible that congestion or amplification limits prevented all frames to be sent. Retransmitted frames could be accounted twice as inflight: first time in ngx_quic_congestion_lost() called from ngx_quic_resend_frames(), and later from ngx_quic_discard_ctx().
author Vladimir Homutov <vl@nginx.com>
date Tue, 27 Oct 2020 00:14:24 +0300
parents c19ca381b2e6
children 94daa42ff5ce 61e9c078ee3d
comparison
equal deleted inserted replaced
8170:e2086d8181fa 8171:b1676cd64dc9