We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7dec5 commit f6fc284Copy full SHA for f6fc284
src/BenchmarksApps/TechEmpower/Kestrel/BenchmarkApp.cs
@@ -23,6 +23,7 @@ public Task ProcessRequestAsync(IFeatureCollection features)
23
if (req.Method != "GET")
24
{
25
res.StatusCode = StatusCodes.Status405MethodNotAllowed;
26
+ return Task.CompletedTask;
27
}
28
29
return req.Path switch
0 commit comments