]> Sergey Matveev's repositories - public-inbox.git/commit
httpd/async: prevent circular reference
authorEric Wong <e@80x24.org>
Fri, 27 May 2016 05:59:14 +0000 (05:59 +0000)
committerEric Wong <e@80x24.org>
Fri, 27 May 2016 06:01:52 +0000 (06:01 +0000)
commit395406118cb22b4cfa3a83c2b3a3a9aa2627b708
tree3f03096aa963f355a6970d0aa62be7855a93a69e
parent23a4e44bedabe5b8b651346cabc2a870c5377a30
httpd/async: prevent circular reference

We must avoid circular references which can cause leaks in
long-running processes.  This callback is dangerous since
it may never be called to properly terminate everything.
lib/PublicInbox/HTTPD/Async.pm