]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/GitHTTPBackend.pm
spawn: allow passing GLOB handles for redirects
[public-inbox.git] / lib / PublicInbox / GitHTTPBackend.pm
index b7640d42a02aecde1c3643e3be7e7177b370df7c..8dd27a75e6c625205789b3989e1eee5217872a48 100644 (file)
@@ -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 {