summaryrefslogtreecommitdiffstats
path: root/t/04-streaming.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-25 16:27:56 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-25 16:27:56 -0600
commitb5c9eeeb43b88c8a1319853e1a92d92b1c858057 (patch)
treed2691a651e2787d156c94b0ad4781a40e9536031 /t/04-streaming.t
parent20174fe7d811ade45febe9995d348c6ae7276fca (diff)
downloadplack-client-b5c9eeeb43b88c8a1319853e1a92d92b1c858057.tar.gz
plack-client-b5c9eeeb43b88c8a1319853e1a92d92b1c858057.zip
new plack version fixes this
Diffstat (limited to 't/04-streaming.t')
-rw-r--r--t/04-streaming.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/04-streaming.t b/t/04-streaming.t
index 2bee7a9..268cfa0 100644
--- a/t/04-streaming.t
+++ b/t/04-streaming.t
@@ -134,7 +134,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;
@@ -150,7 +149,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;