summaryrefslogtreecommitdiffstats
path: root/t/03-delayed-response.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03-delayed-response.t')
-rw-r--r--t/03-delayed-response.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/03-delayed-response.t b/t/03-delayed-response.t
index a034f4a..7d256f0 100644
--- a/t/03-delayed-response.t
+++ b/t/03-delayed-response.t
@@ -133,7 +133,6 @@ sub test_responses {
my $base = URI->new($base_uri);
my $uri = $base->clone;
$uri->scheme('http');
- $uri->path('/') unless $uri->path; # XXX: work around plack bug
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
$env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;
@@ -149,7 +148,6 @@ sub test_responses {
my $base = URI->new($base_uri);
my $uri = $base->clone;
$uri->scheme('http');
- $uri->path('/') unless $uri->path; # XXX: work around plack bug
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
$env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;