From 84a515afd6d0e3406a07f89888b8e6f7b31728e9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 25 Jan 2011 19:53:40 -0600 Subject: apparently this was also fixed in 0.9966 --- lib/Plack/Client.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/Plack/Client.pm b/lib/Plack/Client.pm index 064ac9d..4fb19b4 100644 --- a/lib/Plack/Client.pm +++ b/lib/Plack/Client.pm @@ -245,9 +245,6 @@ sub _http_request_to_env { my $env = $req->to_psgi; - # work around http::message::psgi bug - see github issue 150 for plack - $env->{CONTENT_LENGTH} ||= length($req->content); - $env->{'plack.client.original_uri'} = $original_uri; return $env; -- cgit v1.2.3-54-g00ecf