From 33362430ea03e5877ce1d17bbe1da830dcebea3e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 11 Jan 2017 04:12:26 +0000 Subject: repobrowse: qspawn + streaming for git commit display This prevents "git show" processes from monopolizing the system and allows us to better handle backpressure from gigantic commits. --- t/repobrowse_git_commit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/repobrowse_git_commit.t b/t/repobrowse_git_commit.t index 969a0b5e..ed2d6d56 100644 --- a/t/repobrowse_git_commit.t +++ b/t/repobrowse_git_commit.t @@ -25,7 +25,7 @@ test_psgi($test->{app}, sub { like($body, qr!\z!, 'response body finished'); $res = $cb->(GET($req.$q)); - is($res->code, 404, 'got 404 response for default'); + is($res->code, 404, 'got 404 response for bad id'); }); done_testing(); -- cgit v1.2.3-24-ge0c7