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

Unified Diff: net/http/http_pipelined_host_capability.h

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line endings Created 6 years, 7 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/http/http_pipelined_host.cc ('k') | net/http/http_pipelined_host_forced.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_pipelined_host_capability.h
diff --git a/net/http/http_pipelined_host_capability.h b/net/http/http_pipelined_host_capability.h
deleted file mode 100644
index d03a20893ea26a86bb1de15c4bfe79dedb78192f..0000000000000000000000000000000000000000
--- a/net/http/http_pipelined_host_capability.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_HTTP_HTTP_PIPELINED_HOST_CAPABILITY_H_
-#define NET_HTTP_HTTP_PIPELINED_HOST_CAPABILITY_H_
-
-namespace net {
-
-// These values are serialized in Preferences. Do not change these values and
-// only add new ones at the end.
-enum HttpPipelinedHostCapability {
- PIPELINE_UNKNOWN = 0,
- PIPELINE_INCAPABLE = 1,
- PIPELINE_CAPABLE = 2,
- PIPELINE_PROBABLY_CAPABLE = 3, // We are using pipelining, but haven't
- // processed enough requests to record this
- // host as known to be capable.
-};
-
-} // namespace net
-
-#endif // NET_HTTP_HTTP_PIPELINED_HOST_CAPABILITY_H_
« no previous file with comments | « net/http/http_pipelined_host.cc ('k') | net/http/http_pipelined_host_forced.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698