diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 18:57:40 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 18:57:40 +0000 |
commit | f308683a147c096c4d4536e995ea906169af2040 (patch) | |
tree | 75c7e0783bc84ed257d465779dfeac21021b469c /chrome/browser | |
parent | 58bb1b8ba0f99a2973f55a8c91241d7d6d3f9f87 (diff) | |
download | chromium_src-f308683a147c096c4d4536e995ea906169af2040.zip chromium_src-f308683a147c096c4d4536e995ea906169af2040.tar.gz chromium_src-f308683a147c096c4d4536e995ea906169af2040.tar.bz2 |
Don't use large SSL_Write() calls, as they lead to large SSL records
which can span multiple packets. Since the entire SSL record must be
received before any of it can be handed up to the app, this delays
the time at which the client can start processing the data.
BUG=none
TEST=self
Review URL: http://codereview.chromium.org/5941002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
0 files changed, 0 insertions, 0 deletions