Exemple #1
0
 void IStreamByteDistributorWriter.Write(IHttp2Stream stream, int numBytes) => _controller.GetState(stream).WriteAllocatedBytes(numBytes);
 public bool Visit(IHttp2Stream stream)
 {
     _ = _rfc.GetState(stream).IncrementStreamWindow(_delta);
     return(true);
 }