|
|
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream.
Original review: http://codereview.chromium.org/249031
BUG= 13289
TEST=unittests
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1057 lines, -2374 lines) |
Patch |
 |
M |
net/http/http_basic_stream.h
|
View
|
|
1 chunk |
+31 lines, -13 lines |
0 comments
|
Download
|
 |
A |
net/http/http_basic_stream.cc
|
View
|
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.h
|
View
|
|
10 chunks |
+18 lines, -108 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
|
36 chunks |
+184 lines, -451 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
|
6 chunks |
+224 lines, -32 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream.h
|
View
|
|
1 chunk |
+51 lines, -28 lines |
0 comments
|
Download
|
 |
A |
net/http/http_stream_parser.h
|
View
|
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
net/http/http_stream_parser.cc
|
View
|
|
2 chunks |
+316 lines, -1742 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_handle.h
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|