Merge pull request #782 from tamird/missing-log-line

transport: add missing log line
This commit is contained in:
Qi Zhao
2016-07-27 17:51:01 -07:00
committed by GitHub

View File

@ -265,6 +265,7 @@ func (t *http2Server) HandleStreams(handle func(*Stream)) {
t.controlBuf.put(&resetStream{se.StreamID, se.Code})
continue
}
grpclog.Printf("transport: http2Server.HandleStreams failed to read frame: %v", err)
t.Close()
return
}