From 02c87fd5b686f23fb0b1a68f70dc14033d2c3c38 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 31 Dec 2010 15:25:37 -0600 Subject: use psgi-local: rather than psgi: --- lib/Plack/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Plack/Client.pm b/lib/Plack/Client.pm index f9482b6..cc61ef7 100644 --- a/lib/Plack/Client.pm +++ b/lib/Plack/Client.pm @@ -39,7 +39,7 @@ sub request { # both Plack::Request and HTTP::Request have a ->uri method my $scheme = $req->uri->scheme; my $app; - if ($scheme eq 'psgi') { + if ($scheme eq 'psgi-local') { $req->uri->path('/') unless length $req->uri->path; $app = $self->app_for($req->uri->authority); } -- cgit v1.2.3-54-g00ecf