2 references to PRIORITY
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs (2)
33
public bool HeadersHasPriority => (HeadersFlags & Http2HeadersFrameFlags.
PRIORITY
) == Http2HeadersFrameFlags.
PRIORITY
;