summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-01 21:53:45 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-01 21:53:45 +0000
commit7db54b8ed5088d52a88f7aa59b76524db7b3b9ae (patch)
treeb3ff889368be4951fcbc3c0250c732808db0fd79 /net/http/http_server_properties.h
parent8617f9894392027da2e5bb91a033e343acae9d34 (diff)
downloadchromium_src-7db54b8ed5088d52a88f7aa59b76524db7b3b9ae.zip
chromium_src-7db54b8ed5088d52a88f7aa59b76524db7b3b9ae.tar.gz
chromium_src-7db54b8ed5088d52a88f7aa59b76524db7b3b9ae.tar.bz2
Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC can do its own version negotiation.
Review URL: https://chromiumcodereview.appspot.com/13190010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_server_properties.h')
-rw-r--r--net/http/http_server_properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
index c4ced05..87c526c 100644
--- a/net/http/http_server_properties.h
+++ b/net/http/http_server_properties.h
@@ -20,7 +20,7 @@ enum AlternateProtocol {
NPN_SPDY_2,
NPN_SPDY_3,
NPN_SPDY_3_1,
- QUIC_1,
+ QUIC,
NUM_ALTERNATE_PROTOCOLS,
ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken.
UNINITIALIZED_ALTERNATE_PROTOCOL,