diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 21:14:03 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 21:14:03 +0000 |
commit | 992f8306de28201f9c5253ceb3f7b1fa6e400cd7 (patch) | |
tree | 6a65a34f9fbdcd51f6bd1bcf63c9fe992d82c272 /net | |
parent | 655200c034ef260d686db3fb180c15e1bfc15606 (diff) | |
download | chromium_src-992f8306de28201f9c5253ceb3f7b1fa6e400cd7.zip chromium_src-992f8306de28201f9c5253ceb3f7b1fa6e400cd7.tar.gz chromium_src-992f8306de28201f9c5253ceb3f7b1fa6e400cd7.tar.bz2 |
Increase read buffer size to 32KB for the flip session.
This was artificially low for no real reason.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/505028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/flip/flip_session.cc | 2 |
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. |