summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 22:02:47 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 22:02:47 +0000
commit270c641ccd0cd589b8488c5123e5c5830ee10a0b (patch)
treecd0a3f192a7305e3c18e8a9edf5ed5d716476baf /net/net.gyp
parent11de360780b9cbb846161cd7c772cc26d6f29616 (diff)
downloadchromium_src-270c641ccd0cd589b8488c5123e5c5830ee10a0b.zip
chromium_src-270c641ccd0cd589b8488c5123e5c5830ee10a0b.tar.gz
chromium_src-270c641ccd0cd589b8488c5123e5c5830ee10a0b.tar.bz2
Reland r42300: "HttpRequestHeaders refactor."
Adds a fix and tests for empty header values. The particular bug happened when the value was non-empty, but was all LWS, so it was effectively empty. BUG=22588 Review URL: http://codereview.chromium.org/1370001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 177f69f..74b151d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -355,6 +355,8 @@
'http/http_network_session.h',
'http/http_network_transaction.cc',
'http/http_network_transaction.h',
+ 'http/http_request_headers.cc',
+ 'http/http_request_headers.h',
'http/http_request_info.h',
'http/http_response_headers.cc',
'http/http_response_headers.h',
@@ -673,6 +675,7 @@
'http/http_chunked_decoder_unittest.cc',
'http/http_network_layer_unittest.cc',
'http/http_network_transaction_unittest.cc',
+ 'http/http_request_headers_unittest.cc',
'http/http_response_headers_unittest.cc',
'http/http_transaction_unittest.cc',
'http/http_transaction_unittest.h',