[libhttp-entity-parser-perl] 02/03: increase default buffer length

gregor herrmann gregoa at debian.org
Sun Oct 23 00:23:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to tag 0.15
in repository libhttp-entity-parser-perl.

commit c2c6c1bb7123953cdd1e69ef8f33070329b0090d
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Tue Nov 17 14:20:39 2015 +0900

    increase default buffer length
---
 lib/HTTP/Entity/Parser.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index aeec03c..30a5dcd 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -8,7 +8,7 @@ use Module::Load;
 
 our $VERSION = "0.14";
 
-our $BUFFER_LENGTH = 16384;
+our $BUFFER_LENGTH = 65536;
 
 our %LOADED;
 our @DEFAULT_PARSER = qw/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-entity-parser-perl.git



More information about the Pkg-perl-cvs-commits mailing list