]> Sergey Matveev's repositories - public-inbox.git/commit
http: use requeue instead of watch_in1
authorEric Wong <e@80x24.org>
Thu, 27 Jun 2019 21:21:04 +0000 (21:21 +0000)
committerEric Wong <e@80x24.org>
Sat, 29 Jun 2019 19:59:00 +0000 (19:59 +0000)
commit63eeb22554eb844cee274f71d3541446c28b328f
treed6598ef9ce0323575b3c13f58183534a85c840ec
parent6306663a3b4167edfd5b1fd640233da96fe9e32f
http: use requeue instead of watch_in1

Don't use epoll or kqueue to watch for anything unless we hit
EAGAIN, since we don't know if a socket is SSL or not.
lib/PublicInbox/DS.pm
lib/PublicInbox/HTTP.pm