|
Reland r42300: "HttpRequestHeaders refactor.""
This time, make sure HttpRequestHeaders::FindHeader() checks key lengths are equal.
* Create HttpRequestHeaders.
* Switch HttpNetworkTransaction to build request headers.
TODO: Change extra_headers to use HttpRequestHeaders.
BUG= 22588
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42376
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+592 lines, -69 lines) |
Patch |
 |
M |
base/string_util.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/string_util.cc
|
View
|
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/string_util_unittest.cc
|
View
|
|
2 chunks |
+49 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
|
6 chunks |
+80 lines, -63 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/http/http_request_headers.h
|
View
|
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/http/http_request_headers.cc
|
View
|
|
1 chunk |
+134 lines, -0 lines |
1 comment
|
Download
|
 |
A |
net/http/http_request_headers_unittest.cc
|
View
|
|
1 chunk |
+127 lines, -0 lines |
2 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|