|
Flip: FlipSessionPool changes.
(1) Move it into the HttpNetworkSession so that HttpNetworkTransaction can access it.
This is in anticipation of switching HTTP/HTTPS connections over to FLIP.
(2) Add some more functionality to FlipSessionPool, allowing HttpNetworkTransactions to check for
the existence of other, reusable FlipSessions.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30909
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+131 lines, -91 lines) |
Patch |
 |
M |
net/flip/flip_network_transaction.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
net/flip/flip_network_transaction_unittest.cc
|
View
|
|
3 chunks |
+26 lines, -23 lines |
0 comments
|
Download
|
 |
M |
net/flip/flip_session.h
|
View
|
|
3 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/flip/flip_session.cc
|
View
|
|
3 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
net/flip/flip_session_pool.h
|
View
|
|
1 chunk |
+32 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/flip/flip_session_pool.cc
|
View
|
1
|
3 chunks |
+33 lines, -22 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_layer.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_layer.cc
|
View
|
|
4 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.h
|
View
|
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|