]> git.kaiwu.me - nginx.git/commit
Factored out sending ACK from payload handler.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 28 Apr 2020 15:23:56 +0000 (18:23 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 28 Apr 2020 15:23:56 +0000 (18:23 +0300)
commit467c8a13c9b56ffa37f627f2ec3a3447d49cd1c0
treed84eafa84a2b1949c3d38d78d250ee7f0edc4919
parent6582758e185a361af1f82ff61f55a598bd8bbba8
Factored out sending ACK from payload handler.

Now there's no need to annotate every frame in ACK-eliciting packet.
Sending ACK was moved to the first place, so that queueing ACK frame
no longer postponed up to the next packet after pushing STREAM frames.
src/event/ngx_event_quic.c