]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/GitHTTPBackend.pm
www_stream: fix search for new.html endpoint
[public-inbox.git] / lib / PublicInbox / GitHTTPBackend.pm
index 9660d21e77c03064407d2ada52e9bb6e34a7ef88..7267a1d76978a2219130926002e2ddb9fcd679cc 100644 (file)
@@ -188,7 +188,6 @@ sub serve_smart {
        my $end = sub {
                if (my $err = $x->finish) {
                        err($env, "git http-backend ($git_dir): $err");
-                       drop_client($env);
                }
                $fh->close if $fh; # async-only
        };