This commit is contained in:
Alex Dadgar 2016-12-09 17:51:50 -08:00
parent 356fbde803
commit 59b47caa86
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ func (s *HTTPServer) FileCatRequest(resp http.ResponseWriter, req *http.Request)
}
var (
// HeartbeatStreamFrame is the StreamFrame to send as a heartbeat, avoiding
// creating many instances of the empty StreamFrame
HeartbeatStreamFrame = &StreamFrame{}
)