]> git.kaiwu.me - nginx.git/commit
Output buffering.
authorVladimir Homutov <vl@nginx.com>
Wed, 1 Apr 2020 14:09:11 +0000 (17:09 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 1 Apr 2020 14:09:11 +0000 (17:09 +0300)
commit01bddf4533d02338d560de9d4445196a337d8302
tree7d7bd674fc0485db549ee99223bc320eeaa564f4
parent7b1a3df37c97821a4378c4341be9db6d7d95bba0
Output buffering.

Currently, the output is called periodically, each 200 ms to invoke
ngx_quic_output() that will push all pending frames into packets.

TODO: implement flags a-là Nagle & co (NO_DELAY/NO_PUSH...)
src/event/ngx_event_quic.c