X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FGitHTTPBackend.pm;h=8dd27a75e6c625205789b3989e1eee5217872a48;hb=267371b1273b518215939e817e53733584b68af7;hp=b7640d42a02aecde1c3643e3be7e7177b370df7c;hpb=0a65fd278cb5b4e308fc2535753a3f1a5e78cbf4;p=public-inbox.git diff --git a/lib/PublicInbox/GitHTTPBackend.pm b/lib/PublicInbox/GitHTTPBackend.pm index b7640d42..8dd27a75 100644 --- a/lib/PublicInbox/GitHTTPBackend.pm +++ b/lib/PublicInbox/GitHTTPBackend.pm @@ -164,7 +164,7 @@ sub input_prepare { err($env, "error seeking temporary file: $!"); return; } - { 0 => fileno($in), -hold => $in }; + { 0 => $in }; } sub parse_cgi_headers {