]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
httpd/async: require IO arg
authorEric Wong <e@80x24.org>
Wed, 25 Oct 2023 00:29:30 +0000 (00:29 +0000)
committerEric Wong <e@80x24.org>
Wed, 25 Oct 2023 07:28:34 +0000 (07:28 +0000)
commit82abcce5e42991db9bf8afb559a88708ff667697
treee0805a16fc01bd2259337fef806c4d28cc295d8b
parent947853b0b05f08c5678fb9d9c2e8521b7be9281a
httpd/async: require IO arg

Callers that want to requeue can call PublicInbox::DS::requeue
directly and not go through the convoluted argument handling
via PublicInbox::HTTPD::Async->new.
lib/PublicInbox/HTTPD/Async.pm
lib/PublicInbox/MailDiff.pm
lib/PublicInbox/SolverGit.pm