about summary refs log tree commit homepage
path: root/lib/PublicInbox/HTTP.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-12-12 21:16:47 +0000
committerEric Wong <e@80x24.org>2019-12-14 21:13:48 +0000
commit0541761b0558317be1825710c1545f6e718103f2 (patch)
treeccf61ca0cf7bf988adcc7990e92592be74ea1f46 /lib/PublicInbox/HTTP.pm
parent8e02ffaf89afe2b39bf9618657de29bbff65c890 (diff)
downloadpublic-inbox-0541761b0558317be1825710c1545f6e718103f2.tar.gz
EvCleanup only existed since Danga::Socket was a separate
component, and cleanup code belongs with the event loop.
Diffstat (limited to 'lib/PublicInbox/HTTP.pm')
-rw-r--r--lib/PublicInbox/HTTP.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/HTTP.pm b/lib/PublicInbox/HTTP.pm
index 009b5ff0..53d50836 100644
--- a/lib/PublicInbox/HTTP.pm
+++ b/lib/PublicInbox/HTTP.pm
@@ -18,7 +18,6 @@ use Plack::HTTPParser qw(parse_http_request); # XS or pure Perl
 use HTTP::Status qw(status_message);
 use HTTP::Date qw(time2str);
 use IO::Handle;
-require PublicInbox::EvCleanup;
 use PublicInbox::DS qw(msg_more);
 use PublicInbox::Syscall qw(EPOLLIN EPOLLONESHOT);
 use PublicInbox::Tmpfile;