Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Issue 283022: Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... (Closed)

Created:
11 years, 2 months ago by vandebo (ex-Chrome)
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com, darin (slow to review), tim (not reviewing), Paweł Hajdan Jr.
Visibility:
Public.

Description

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

Patch Set 1 #

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

Powered by Google App Engine
This is Rietveld 408576698