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 7d256f0..90236e7 100644
--- a/t/03-delayed-response.t
+++ b/t/03-delayed-response.t
@@ -134,7 +134,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),
@@ -149,7 +148,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)),