comment
This commit is contained in:
parent
356fbde803
commit
59b47caa86
|
@ -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{}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue