summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/flip/flip_session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/flip/flip_session.cc b/net/flip/flip_session.cc
index 5a902de..4045552 100644
--- a/net/flip/flip_session.cc
+++ b/net/flip/flip_session.cc
@@ -52,7 +52,7 @@ namespace net {
namespace {
-const int kReadBufferSize = 4 * 1024;
+const int kReadBufferSize = 32 * 1024;
// Convert a FlipHeaderBlock into an HttpResponseInfo.
// |headers| input parameter with the FlipHeaderBlock.