]> Sergey Matveev's repositories - public-inbox.git/commit
httpd/async: remove weaken usage
authorEric Wong <e@80x24.org>
Wed, 4 Jan 2017 11:20:50 +0000 (11:20 +0000)
committerEric Wong <e@80x24.org>
Wed, 4 Jan 2017 16:12:06 +0000 (16:12 +0000)
commit950be11b15dcd1edee98caec80b445471971a55f
tree43a8470cff23569f4aa77247d7e0e16706ec2338
parente38216139ae38570b9052216f3ca41638c057118
httpd/async: remove weaken usage

We do not need to use weaken() here, so avoid it to simplify our
interactions with Perl; as weaken requires additional storage
and (it seems) time complexity.
lib/PublicInbox/HTTPD/Async.pm