remove a TODO
This commit is contained in:
Родитель
07a87c63f2
Коммит
568c0e64bc
|
@ -65,7 +65,6 @@ type http2Server struct {
|
||||||
// shutdownChan is closed when Close is called.
|
// shutdownChan is closed when Close is called.
|
||||||
// Blocking operations should select on shutdownChan to avoid
|
// Blocking operations should select on shutdownChan to avoid
|
||||||
// blocking forever after Close.
|
// blocking forever after Close.
|
||||||
// TODO(zhaoq): Maybe have a channel context?
|
|
||||||
shutdownChan chan struct{}
|
shutdownChan chan struct{}
|
||||||
framer *http2.Framer
|
framer *http2.Framer
|
||||||
hBuf *bytes.Buffer // the buffer for HPACK encoding
|
hBuf *bytes.Buffer // the buffer for HPACK encoding
|
||||||
|
|
Загрузка…
Ссылка в новой задаче