about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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 88b6fb81..3286e79c 100644
--- a/lib/PublicInbox/HTTP.pm
+++ b/lib/PublicInbox/HTTP.pm
@@ -264,7 +264,6 @@ sub input_prepare {
         # TODO: expire idle clients on ENFILE / EMFILE
         return unless $input;
 
-        binmode $input;
         $env->{'psgi.input'} = $input;
         $self->{env} = $env;
         $self->{input_left} = $len || 0;