Merge pull request #250 from iamqizhao/master

delete a redundant comment
This commit is contained in:
Qi Zhao 2015-07-22 11:07:12 -07:00
Родитель 92250633d3 9fc38a07fe
Коммит 20f56be9d9
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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.