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