DescriptionMerging SPDY IP connection pooling changes from the trunk (r93105)
Changed SPDY's ip connection pooling logic to only add the used IP,
rather than all the IPs for the hostname, to the SpdyAliasMap.
This is to fix the following problem:
When we establish a new SPDY connection, we add all IP addresses for
that hostname to our alias map. Therefore, if we connect to host foo
which maps to IPs X, Y, and Z, but the actual IP we connect to is X,
then if we try to get a SPDY connection to host bar which maps to
IPs Y and Z, then currently we will share the SPDY connection to host
foo on IP X.
BUG=89094
R=willchan,wtc
TEST=spdy unit tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93801
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 3 (0 generated)
|