Changes verbage in comment for goaway flag

This commit is contained in:
Gian Biondi 2015-04-29 15:09:42 -04:00
Родитель ad09fc55aa
Коммит 4067e7affb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -84,7 +84,7 @@ type http2Server struct {
activeStreams map[uint32]*Stream
// the per-stream outbound flow control window size set by the peer.
streamSendQuota uint32
// Flag set after client sends GOAWAY so server knows to stop sending new streams
// set to true when server receives GOAWAY frame
goaway bool
}