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

Unified Diff: third_party/WebKit/Source/core/fetch/Resource.cpp

Issue 1805713002: Fix missing comma in HeadersToIgnore array. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding unittest Created 4 years, 9 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
Index: third_party/WebKit/Source/core/fetch/Resource.cpp
diff --git a/third_party/WebKit/Source/core/fetch/Resource.cpp b/third_party/WebKit/Source/core/fetch/Resource.cpp
index 586b2d2c22eff7ec22eb91ed34163d54f5504408..c18042386e69860d8555698ccaa71f285be15c15 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.cpp
+++ b/third_party/WebKit/Source/core/fetch/Resource.cpp
@@ -60,7 +60,7 @@ const char* const headersToIgnoreAfterRevalidation[] = {
"etag",
"expires",
"keep-alive",
- "last-modified"
+ "last-modified",
"proxy-authenticate",
"proxy-connection",
"trailer",

Powered by Google App Engine
This is Rietveld 408576698