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

Unified Diff: net/base/net_error_list.h

Issue 2247003003: Revert HTTP/0.9 removal (https://codereview.chromium.org/2144803002/) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index c500517eebacf51fd684743f9699bf474cde0eb1..ba17ac118b76b58cecad3f157702bb9850e45cff 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -678,10 +678,6 @@ NET_ERROR(PAC_SCRIPT_TERMINATED, -367)
// See: crbug.com/486891.
NET_ERROR(TEMPORARY_BACKOFF, -369)
-// The server was expected to return an HTTP/1.x response, but did not. Rather
-// than treat it as HTTP/0.9, this error is returned.
-NET_ERROR(INVALID_HTTP_RESPONSE, -370)
-
// The cache does not have the requested entry.
NET_ERROR(CACHE_MISS, -400)

Powered by Google App Engine
This is Rietveld 408576698