2 references to RequestCancelled
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Formatting.cs (1)
41
Http3ErrorCode.
RequestCancelled
=> "H3_REQUEST_CANCELLED",
Internal\Http3\Http3Stream.cs (1)
1247
Abort(new(), Http3ErrorCode.
RequestCancelled
);