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