]> Sergey Matveev's repositories - public-inbox.git/commitdiff
http: constrain getline/close responses by time
authorEric Wong <e@80x24.org>
Sun, 19 Jun 2016 06:55:42 +0000 (06:55 +0000)
committerEric Wong <e@80x24.org>
Sun, 19 Jun 2016 07:04:41 +0000 (07:04 +0000)
This allows us to yield control to other clients gracefully if
getline takes too long to generate a chunk.  This is more
expensive but should not cost a syscall on modern 64-bit systems.


No differences found