summaryrefslogtreecommitdiffstats
path: root/t/04-streaming.t
diff options
context:
space:
mode:
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 268cfa0..c775fca 100644
--- a/t/04-streaming.t
+++ b/t/04-streaming.t
@@ -135,7 +135,6 @@ sub test_responses {
my $uri = $base->clone;
$uri->scheme('http');
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
- $env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;
response_is(
$client->request($env),
@@ -150,7 +149,6 @@ sub test_responses {
my $uri = $base->clone;
$uri->scheme('http');
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
- $env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;
response_is(
$client->request(Plack::Request->new($env)),