]> Sergey Matveev's repositories - public-inbox.git/commit - t/httpd-corner.psgi
http: support graceful shutdown like nntp
authorEric Wong <e@80x24.org>
Sun, 28 Feb 2016 20:57:57 +0000 (20:57 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Feb 2016 22:11:40 +0000 (22:11 +0000)
commitaeaa38f620cf880a073b3a37463f0c577188df46
tree16af51e676eb868199e1c0cd99309657d6f5970d
parent2ac2023fa416e31189708c355db8728abbd9ef2c
http: support graceful shutdown like nntp

HTTP responses may be long-running or requests may be slow or
pipelined.  Ensure we don't kill them off prematurely.
lib/PublicInbox/HTTP.pm
lib/PublicInbox/NNTP.pm
t/httpd-corner.psgi
t/httpd-corner.t