summaryrefslogtreecommitdiffstats
path: root/lib/Web/Request.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Web/Request.pm')
-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 0f37610..15a1d5a 100644
--- a/lib/Web/Request.pm
+++ b/lib/Web/Request.pm
@@ -210,7 +210,7 @@ has _parsed_body => (
$input->seek(0, 0);
}
else {
- my $buffer = Stream::Buffered->new($cl);
+ $buffer = Stream::Buffered->new($cl);
}
my $spin = 0;