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

Unified Diff: net/http/http_server_properties.h

Issue 2286373002: Make clear SupportsRequestPriority() also implies connection sharing. (Closed)
Patch Set: Make comment on SupportsRequestPriority more specific. 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties.h
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
index 4f680b784cc75a8d0a5d15dfe04110ec710bcfbb..f0ffcc5d7770d09e7b924ea23bd3be5193242b78 100644
--- a/net/http/http_server_properties.h
+++ b/net/http/http_server_properties.h
@@ -234,6 +234,9 @@ class NET_EXPORT HttpServerProperties {
// Returns true if |server| supports a network protocol which honors
// request prioritization.
+ // Note that this also implies that the server supports request
+ // multiplexing, since priorities imply a relationship between
+ // multiple requests.
virtual bool SupportsRequestPriority(const url::SchemeHostPort& server) = 0;
// Returns the value set by SetSupportsSpdy(). If not set, returns false.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698