diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 20:50:41 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 20:50:41 +0000 |
commit | 0a3ab1ba3e98a21a336f48e7e972441b88f7468a (patch) | |
tree | 1c78da06cb61debc5dcd09c0c7c4aa553b72e5b6 /build | |
parent | 69b1fe0d5574eed94ad2fc235fe44eec2ea55f93 (diff) | |
download | chromium_src-0a3ab1ba3e98a21a336f48e7e972441b88f7468a.zip chromium_src-0a3ab1ba3e98a21a336f48e7e972441b88f7468a.tar.gz chromium_src-0a3ab1ba3e98a21a336f48e7e972441b88f7468a.tar.bz2 |
AsyncResourceHandler: When a URLRequest is canceled,
the network code may complete the request with a
CANCELED status but hold on to the actual buffer that
was used for the operation (that's the whole point
about using IOBuffers instead of a plain, non-refcounted
buffer).
In this scenario, the AsyncResourceHandler should not
recycle the buffer for another request, unless we want
two requests using the same buffer.
BUG=53910
TEST=none
Review URL: http://codereview.chromium.org/3311019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions