]> Sergey Matveev's repositories - public-inbox.git/commit
www: rework async_* to use method table
authorEric Wong <e@yhbt.net>
Thu, 30 Jul 2020 23:43:50 +0000 (23:43 +0000)
committerEric Wong <e@yhbt.net>
Sat, 1 Aug 2020 00:38:13 +0000 (00:38 +0000)
commit0821af5f21fdb083020ae2e3e79e4227ef59cd4f
tree8ecc87f31893549031b94331e9ed02a80ac5bed0
parentf60f934cfe1e7a06c853741fbabbbbe3a9a747a4
www: rework async_* to use method table

Although the ->async_next method does not take $self as
a receiver, but rather a PublicInbox::HTTP object, we may
still retrieve it to be called with the HTTP object via
UNIVERSAL->can.
lib/PublicInbox/GzipFilter.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/MboxGz.pm
lib/PublicInbox/WwwAtomStream.pm
lib/PublicInbox/WwwAttach.pm
lib/PublicInbox/WwwStream.pm