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

Unified Diff: net/data/url_request_unittest/hsts-multiple-headers.html.mock-http-headers

Issue 11192045: Process only the first Strict-Transport-Security header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Disable the tests in CF. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/data/url_request_unittest/hsts-multiple-headers.html ('k') | net/http/http_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/url_request_unittest/hsts-multiple-headers.html.mock-http-headers
===================================================================
--- net/data/url_request_unittest/hsts-multiple-headers.html.mock-http-headers (revision 0)
+++ net/data/url_request_unittest/hsts-multiple-headers.html.mock-http-headers (revision 0)
@@ -0,0 +1,7 @@
+HTTP/1.1 200 OK
+Cache-Control: private
+Content-Type: text/html; charset=ISO-8859-1
+X-Multiple-Entries: a
+X-Multiple-Entries: b
+Strict-Transport-Security: max-age=123
+Strict-Transport-Security: max-age=123; includeSubdomains
Property changes on: net/data/url_request_unittest/hsts-multiple-headers.html.mock-http-headers
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « net/data/url_request_unittest/hsts-multiple-headers.html ('k') | net/http/http_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698