summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-11-12 12:49:57 -0600
committerJesse Luehrs <doy@tozt.net>2012-11-12 12:49:57 -0600
commit5dc4c9276fd1e5907c43d4d83287051ee3dde634 (patch)
tree5594d7fdb549cbd6e49e9e106abc6d431f8f52bc /lib
parent43b962acc05a230ae8840631bac45e3943aadc1d (diff)
downloadweb-request-5dc4c9276fd1e5907c43d4d83287051ee3dde634.tar.gz
web-request-5dc4c9276fd1e5907c43d4d83287051ee3dde634.zip
sigh
Diffstat (limited to 'lib')
-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;