]> Sergey Matveev's repositories - public-inbox.git/commit
listener: warn on some accept()/accept4() errors
authorEric Wong <e@80x24.org>
Tue, 1 Oct 2019 23:18:02 +0000 (23:18 +0000)
committerEric Wong <e@80x24.org>
Wed, 2 Oct 2019 07:02:52 +0000 (07:02 +0000)
commit422cbeb718cf2499cd07c9399755d41aea65b1f8
tree7de7b9c867e0f0b6cacc4b66124cdf835d7e3d71
parentdbb6c7b51862d0ea7438f5fb393d115ea46f1fab
listener: warn on some accept()/accept4() errors

We need to warn when hitting file or socket memory limits
or misconfigurations which clear O_NONBLOCK to make it easier
to diagnose configuration problems.  We'll also warn on
some other errors in case bugs creep in...
lib/PublicInbox/Listener.pm