improve tests and test coverage of flow control manager

This commit is contained in:
Marten Seemann 2017-02-08 10:47:34 +07:00
parent 1aaf049a11
commit 84bda1a9f4
No known key found for this signature in database
GPG key ID: 3603F40B121FCDEA
2 changed files with 98 additions and 64 deletions

View file

@ -40,6 +40,7 @@ func NewFlowControlManager(connectionParameters handshake.ConnectionParametersMa
}
// NewStream creates new flow controllers for a stream
// it does nothing if the stream already exists
func (f *flowControlManager) NewStream(streamID protocol.StreamID, contributesToConnectionFlow bool) {
f.mutex.Lock()
defer f.mutex.Unlock()