summaryrefslogtreecommitdiffstats
path: root/lib/Plack/Client.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plack/Client.pm')
-rw-r--r--lib/Plack/Client.pm5
1 files changed, 0 insertions, 5 deletions
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