4 references to PUSH_PROMISE
http2cat (4)
src\Shared\Http2cat\Http2Utilities.cs (1)
485frame.Type = Http2FrameType.PUSH_PROMISE;
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
43case Http2FrameType.PUSH_PROMISE:
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
184case Http2FrameType.PUSH_PROMISE: // Not implemented frames are ignored at this phase 214case Http2FrameType.PUSH_PROMISE: // Not implemented frames are ignored at this phase