3 references to Continuation
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
591
case FrameType.
Continuation
: // Should only be received while processing headers in ProcessHeadersFrame
666
if (frameHeader.Type != FrameType.
Continuation
||
1671
FrameHeader.WriteTo(span, current.Length, FrameType.
Continuation
, flags, s.http2Stream.StreamId);