]> Sergey Matveev's repositories - public-inbox.git/commit
http: avoid recursion when hitting write count limit
authorEric Wong <e@80x24.org>
Sun, 19 Jun 2016 06:32:41 +0000 (06:32 +0000)
committerEric Wong <e@80x24.org>
Sun, 19 Jun 2016 06:33:10 +0000 (06:33 +0000)
commit271301a493f5418ddf5065d412811fde0a68e984
treec560b73ed522308de605d11a9e45bda2d39f8620
parent37f9ab9084d1808e45ea72db1d6e9ba5160f1481
http: avoid recursion when hitting write count limit

Use the EvCleanup::asap handler to reschedule our writes
after yielding to other clients.
lib/PublicInbox/HTTP.pm