delete a redundant comment

This commit is contained in:
iamqizhao
2015-07-22 10:59:16 -07:00
parent 0a97c5211e
commit 9fc38a07fe

View File

@ -91,8 +91,6 @@ type http2Server struct {
func newHTTP2Server(conn net.Conn, maxStreams uint32) (_ ServerTransport, err error) {
framer := newFramer(conn)
// Send initial settings as connection preface to client.
// TODO(zhaoq): Have a better way to signal "no limit" because 0 is
// permitted in the HTTP2 spec.
var settings []http2.Setting
// TODO(zhaoq): Have a better way to signal "no limit" because 0 is
// permitted in the HTTP2 spec.