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

Unified Diff: net/socket/next_proto.h

Issue 707953002: Update ALPN/NPN token from "h2-14" to "h2-15". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another occurrence. Created 6 years, 1 month 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_server_properties.cc ('k') | net/socket/ssl_client_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/next_proto.h
diff --git a/net/socket/next_proto.h b/net/socket/next_proto.h
index e715aca3a170ebc0595c0e862020448db8574e99..465001d4b5b749a0eefccadf907ee99e556c60f8 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -27,7 +27,8 @@ enum NextProto {
kProtoSPDYMinimumVersion = kProtoDeprecatedSPDY2,
kProtoSPDY3 = 101,
kProtoSPDY31 = 102,
- kProtoSPDY4 = 103, // SPDY4 is HTTP/2.
+ // HTTP/2 draft-14 was 103,
+ kProtoSPDY4 = 104, // SPDY4 is HTTP/2 draft-15.
kProtoSPDYMaximumVersion = kProtoSPDY4,
kProtoQUIC1SPDY3 = 200,
« no previous file with comments | « net/http/http_server_properties.cc ('k') | net/socket/ssl_client_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698