New issue
Advanced search Search tips

Issue 686632 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocked on:
issue 686631



Sign in to add a comment

Make sure QuicServerInfoFactoryAdaptor is set up with the right HttpCache

Project Member Reported by zhongyi@chromium.org, Jan 30 2017

Issue description

QuicServerInfoFactoryAdaptor is currently set up to the HttpNetworkSession on the creation of HttpCache if no one has been set up before and will be accessing the HttpCache created. However, multiple HttpCache objects (normal and media caches) could share the same HttpNetworkSession, thus changing the order of HttpCache creations would change the HttpCache that QuicServerInfoFactoryAdaptor is accessing, which might cause the server info be ignored on different startups. 

Current code works as the creation of the HttpCache is deterministic. Need a fix to the code so that server info data is always persisted to a specific cache.

 
Project Member

Comment 4 by bugdroid1@chromium.org, Feb 8 2017

Status: Fixed (was: Assigned)

Sign in to add a comment