]> Sergey Matveev's repositories - public-inbox.git/commit
httpd: move pipeline logic into event_step
authorEric Wong <e@80x24.org>
Sat, 16 Oct 2021 01:00:55 +0000 (01:00 +0000)
committerEric Wong <e@80x24.org>
Sat, 16 Oct 2021 01:42:50 +0000 (01:42 +0000)
commit80af2007563dbd8778e03470a93d46ea7e356613
treed784f63557c0f73a22e82b1caafcb1161e36daba
parenta1a8cbab22adec879f97dccd9acfd0c5b2492ba9
httpd: move pipeline logic into event_step

Most of the HTTP server code was written for Danga::Socket and
not fully-transitioned to take advantage of PublicInbox::DS.
This change brings it up-to-date with the style of pipeline
handling used for -imapd and -nntpd.
lib/PublicInbox/HTTP.pm