|
Move logic to figure out if a socket can be reused into HttpStream.
It previously was in HttpNetworkTransaction, which applied the logic
to SPDY and QUIC (where it makes no sense) as well as to HTTP.
This also removes a couple methods from HttpStream that are no longer
needed.
BUG= 525809
Committed: https://crrev.com/bd84c3906ac0696c38a10aa63a01078943043e65
Cr-Commit-Position: refs/heads/master@{#346908}
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+84 lines, -168 lines) |
Patch |
 |
M |
net/http/http_basic_stream.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_basic_stream.cc
|
View
|
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
|
4 chunks |
+14 lines, -33 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+2 lines, -24 lines |
0 comments
|
Download
|
 |
M |
net/http/http_response_body_drainer_unittest.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream.h
|
View
|
|
2 chunks |
+13 lines, -20 lines |
1 comment
|
Download
|
 |
M |
net/http/http_stream_factory_impl_unittest.cc
|
View
|
|
8 chunks |
+21 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser.h
|
View
|
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser.cc
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/proxy_connect_redirect_http_stream.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/proxy_connect_redirect_http_stream.cc
|
View
|
1
|
3 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_http_stream.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_http_stream.cc
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_http_stream_test.cc
|
View
|
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.cc
|
View
|
|
3 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job_unittest.cc
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_basic_handshake_stream.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_basic_handshake_stream.cc
|
View
|
|
3 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|