]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
daemon: allow `out' directive for HTTP, too
authorEric Wong <e@80x24.org>
Sat, 14 Jun 2025 09:26:33 +0000 (09:26 +0000)
committerEric Wong <e@80x24.org>
Mon, 16 Jun 2025 20:10:42 +0000 (20:10 +0000)
commit79fed202af0d05d50dee398444a90947ba7c2a3b
tree4f4473de422b71692c6f34286d817b33d87cecf3
parenteaf4c5d1e562df26be51449378f014eb4d1c1993
daemon: allow `out' directive for HTTP, too

While we currently don't output the the `out' directive for HTTP
as we do for protocols which lack PSGI support; the special case
for HTTP doesn't make sense as (in theory) a PSGI middleware
could someday exist to write to that destination.
lib/PublicInbox/Daemon.pm