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, |