4 references to PUSH_PROMISE
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Connection.cs (1)
695Http2FrameType.PUSH_PROMISE => throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorPushPromiseReceived, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.UnexpectedFrame),
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
49case Http2FrameType.PUSH_PROMISE:
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
190case Http2FrameType.PUSH_PROMISE: // Not implemented frames are ignored at this phase 220case Http2FrameType.PUSH_PROMISE: // Not implemented frames are ignored at this phase