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

Unified Diff: net/socket/next_proto.h

Issue 1143773002: Add HTTP/2 RFC link in comment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | 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 72ee0bb9888acec8c9320a19ee05d016f5b9530d..872b49a0f2813865a028827837da005efecfa1c2 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -33,7 +33,7 @@ enum NextProto {
// kProtoSPDY4_15 = 104, // HTTP/2 draft-15
// kProtoSPDY4_16 = 105, // HTTP/2 draft-16
// kProtoSPDY4_17 = 106, // HTTP/2 draft-17
- kProtoSPDY4 = 107, // HTTP/2. TODO(bnc): Add RFC number when published.
+ kProtoSPDY4 = 107, // HTTP/2, see https://tools.ietf.org/html/rfc7540.
Ryan Hamilton 2015/05/18 14:30:59 I'm surprised that git cl format didn't line up th
Bence 2015/05/18 14:35:56 Maybe because lines 33--35 are commented out, so t
kProtoSPDY4MaximumVersion = kProtoSPDY4,
kProtoSPDYMaximumVersion = kProtoSPDY4MaximumVersion,
« 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