use tls-tris instead of mint

This commit is contained in:
Marten Seemann 2018-09-30 23:22:04 -07:00
parent 5102294991
commit 82508f1562
144 changed files with 20124 additions and 10157 deletions

View file

@ -164,7 +164,7 @@ func (s *receiveStream) readImpl(p []byte) (bool /*stream completed */, int, err
s.flowController.AddBytesRead(protocol.ByteCount(m))
}
// increase the flow control window, if necessary
if s.streamID != s.version.CryptoStreamID() {
if !s.version.IsCryptoStream(s.streamID) {
s.flowController.MaybeQueueWindowUpdate()
}