summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Web/Request.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Web/Request.pm b/lib/Web/Request.pm
index 8ba5c69..e089b31 100644
--- a/lib/Web/Request.pm
+++ b/lib/Web/Request.pm
@@ -159,7 +159,7 @@ has _parsed_body => (
my $body = HTTP::Body->new($ct, $cl);
$body->cleanup(1);
- my $input = $self->input;
+ my $input = $self->_input;
if ($self->env->{'psgix.input.buffered'}) {
$input->seek(0, 0);