Commit c31e0606 authored by rdsmith's avatar rdsmith Committed by Commit bot

Make clear SupportsRequestPriority() also implies connection sharing.

BUG=637407
R=rch@chromium.org

Review-Url: https://codereview.chromium.org/2286373002
Cr-Commit-Position: refs/heads/master@{#415222}
parent 9a2dad0a
...@@ -234,6 +234,9 @@ class NET_EXPORT HttpServerProperties { ...@@ -234,6 +234,9 @@ class NET_EXPORT HttpServerProperties {
// Returns true if |server| supports a network protocol which honors // Returns true if |server| supports a network protocol which honors
// request prioritization. // 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; virtual bool SupportsRequestPriority(const url::SchemeHostPort& server) = 0;
// Returns the value set by SetSupportsSpdy(). If not set, returns false. // Returns the value set by SetSupportsSpdy(). If not set, returns false.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment