diff options
author | honghaiz@chromium.org <honghaiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 14:21:02 +0000 |
---|---|---|
committer | honghaiz@chromium.org <honghaiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 14:21:02 +0000 |
commit | 803113d48f6eb0be49ce5ea52f8e3c5ad378c9bb (patch) | |
tree | e3b86bb4b4165f489f89d0c999bedfa16a5c087c /net/data | |
parent | e804b53b5dff0dbd019a551673152a72544bfd69 (diff) | |
download | chromium_src-803113d48f6eb0be49ce5ea52f8e3c5ad378c9bb.zip chromium_src-803113d48f6eb0be49ce5ea52f8e3c5ad378c9bb.tar.gz chromium_src-803113d48f6eb0be49ce5ea52f8e3c5ad378c9bb.tar.bz2 |
Fix a bug in quic_in_memory_cache.
When adding response to the cache, it removes "http://",
but when getting response from the cache, it does not.
As a result, no content is fetched out from the cache
even for urls in the cache.
BUG=
Review URL: https://chromiumcodereview.appspot.com/16354006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r-- | net/data/quic_in_memory_cache_data/quic-datatesturl.com/, | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/net/data/quic_in_memory_cache_data/quic-datatesturl.com/, b/net/data/quic_in_memory_cache_data/quic-datatesturl.com/, new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/net/data/quic_in_memory_cache_data/quic-datatesturl.com/, |