From b5c9eeeb43b88c8a1319853e1a92d92b1c858057 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 25 Jan 2011 16:27:56 -0600 Subject: new plack version fixes this --- lib/Plack/Client.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib') diff --git a/lib/Plack/Client.pm b/lib/Plack/Client.pm index 1f80aae..064ac9d 100644 --- a/lib/Plack/Client.pm +++ b/lib/Plack/Client.pm @@ -243,11 +243,6 @@ sub _http_request_to_env { $req->uri->port(-1); } - # work around http::message::psgi bug - see github issue 163 for plack - if (!$req->uri->path) { - $req->uri->path('/'); - } - my $env = $req->to_psgi; # work around http::message::psgi bug - see github issue 150 for plack -- cgit v1.2.3-54-g00ecf