This commit is contained in:
iamqizhao 2015-02-26 18:19:47 -08:00
Родитель 07a87c63f2
Коммит 568c0e64bc
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -65,7 +65,6 @@ type http2Server struct {
// shutdownChan is closed when Close is called.
// Blocking operations should select on shutdownChan to avoid
// blocking forever after Close.
// TODO(zhaoq): Maybe have a channel context?
shutdownChan chan struct{}
framer *http2.Framer
hBuf *bytes.Buffer // the buffer for HPACK encoding