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

Unified Diff: Source/modules/fetch/FetchHeaderList.h

Issue 1288263003: Normalize and update the header value checks to RFC 7230 for Fetch Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « LayoutTests/http/tests/fetch/script-tests/headers.js ('k') | Source/modules/fetch/FetchHeaderList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchHeaderList.h
diff --git a/Source/modules/fetch/FetchHeaderList.h b/Source/modules/fetch/FetchHeaderList.h
index 2aa9d0f8ddd1b10c4f1164a3cd7fcb6ef5e431e8..a31b7e1e59ccc352b9428bb6f12eaa2c9dcd660d 100644
--- a/Source/modules/fetch/FetchHeaderList.h
+++ b/Source/modules/fetch/FetchHeaderList.h
@@ -43,7 +43,7 @@ public:
const Header& entry(size_t index) const { return *(m_headerList[index].get()); }
static bool isValidHeaderName(const String&);
- static bool isValidHeaderValue(const String&);
+ static bool isValidHeaderValueRFC7230(const String&);
DEFINE_INLINE_TRACE() { }
« no previous file with comments | « LayoutTests/http/tests/fetch/script-tests/headers.js ('k') | Source/modules/fetch/FetchHeaderList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698