diff options
author | Vladimir Homutov <vl@nginx.com> | 2020-05-18 13:54:53 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2020-05-18 13:54:53 +0300 |
commit | 04efd355aa02e40e5ec408a34bb31bec86649849 (patch) | |
tree | 81fdb37b5ac56d3d2b654c200d38c17999fb02e5 /src/http/ngx_http_request.c | |
parent | 0041c3f6b72d7e31beca74b0f17d8445e8aaf9e9 (diff) | |
download | nginx-04efd355aa02e40e5ec408a34bb31bec86649849.tar.gz nginx-04efd355aa02e40e5ec408a34bb31bec86649849.zip |
Avoid retransmitting of packets with discarded keys.
Sections 4.10.1 and 4.10.2 of quic transport describe discarding of initial
and handshake keys. Since the keys are discarded, we no longer need
to retransmit packets and corresponding queues should be emptied.
This patch removes previously added workaround that did not require
acknowledgement for initial packets, resulting in avoiding retransmission,
which is wrong because a packet could be lost and we have to retransmit it.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions