]> git.kaiwu.me - nginx.git/commit
QUIC: removed ngx_send_lowat() check for QUIC connections.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 13 Jan 2022 12:57:21 +0000 (15:57 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 13 Jan 2022 12:57:21 +0000 (15:57 +0300)
commitbd4a26c164bdc8a5707827915f4d16cd7ff35891
treebc8aedde837cca663c8bfc609762958fa0742875
parenta7a3a8cc1778fee8597b34ce5265453ceda81b08
QUIC: removed ngx_send_lowat() check for QUIC connections.

After 9ae239d2547d, ngx_quic_handle_write_event() no longer runs into
ngx_send_lowat() for QUIC connections, so the check became excessive.
It is assumed that external modules operating with SO_SNDLOWAT
(I'm not aware of any) should do this check on their own.
src/event/ngx_event.c