]> Sergey Matveev's repositories - public-inbox.git/commit
http: better error handling for EMFILE/ENFILE
authorEric Wong <e@80x24.org>
Tue, 1 Mar 2016 08:19:12 +0000 (08:19 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Mar 2016 08:33:52 +0000 (08:33 +0000)
commit2d7d6d91b8894052b8b6088defaf7ea1711eba06
tree0607a8db3fb3b178465a892123d41b86138559b8
parentf5f7d2138f8a50e44d7363295be0676f9a124524
http: better error handling for EMFILE/ENFILE

Better to throw the error back to the client ASAP if we're
out-of-descriptors.  We will need to implement idle client
expiration for long-lived HTTP connections.
lib/PublicInbox/HTTP.pm