2 references to Http2ErrorPushPromiseReceived
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
4065expectedErrorMessage: CoreStrings.Http2ErrorPushPromiseReceived);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
695Http2FrameType.PUSH_PROMISE => throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorPushPromiseReceived, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.UnexpectedFrame),