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