]> git.kaiwu.me - nginx.git/commit
Fixed frame retransmissions.
authorVladimir Homutov <vl@nginx.com>
Mon, 18 May 2020 10:54:35 +0000 (13:54 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 18 May 2020 10:54:35 +0000 (13:54 +0300)
commit0041c3f6b72d7e31beca74b0f17d8445e8aaf9e9
treee1ba76fa13635bfcb0ef0d9667561bd1db0312ad
parent92df22200e3901f8ae27f9125026cb9cb3f3ba56
Fixed frame retransmissions.

It was possible that retransmit timer was not set after the first
retransmission attempt, due to ngx_quic_retransmit() did not set
wait time properly, and the condition in retransmit handler was incorrect.
src/event/ngx_event_quic.c