Skip to content

Commit

Permalink
remove TODO, fixed in latest Plack::Request
Browse files Browse the repository at this point in the history
  • Loading branch information
leedo committed Nov 15, 2012
1 parent a67c4e4 commit dd1d8bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Plack/App/Proxy.pm
Expand Up @@ -76,7 +76,6 @@ sub call {
my $url = $self->build_url_from_env($env)
or return [502, ["Content-Type","text/html"], ["Can't determine proxy remote URL"]];

# TODO: make sure Plack::Request recalculates psgi.input when it's reset
my $req = Plack::Request->new($env);
my $headers = $self->build_headers_from_env($env, $req);

Expand Down

0 comments on commit dd1d8bc

Please sign in to comment.