10 references to PRIORITY
InMemory.FunctionalTests (5)
Http2\Http2ConnectionTests.cs (5)
3125expectedErrorMessage: CoreStrings.FormatHttp2ErrorStreamIdZero(Http2FrameType.PRIORITY)); 3141expectedErrorMessage: CoreStrings.FormatHttp2ErrorStreamIdEven(Http2FrameType.PRIORITY, streamId: 2)); 3159expectedErrorMessage: CoreStrings.FormatHttp2ErrorUnexpectedFrameLength(Http2FrameType.PRIORITY, expectedLength: 5)); 3176expectedErrorMessage: CoreStrings.FormatHttp2ErrorHeadersInterleaved(Http2FrameType.PRIORITY, streamId: 1, headersStreamId: 1)); 3192expectedErrorMessage: CoreStrings.FormatHttp2ErrorStreamSelfDependency(Http2FrameType.PRIORITY, 1));
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (1)
692Http2FrameType.PRIORITY => ProcessPriorityFrameAsync(),
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
52case Http2FrameType.PRIORITY:
src\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs (1)
24Type = Http2FrameType.PRIORITY;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
164case Http2FrameType.PRIORITY: 211case Http2FrameType.PRIORITY: