We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c93f5 commit e70df78Copy full SHA for e70df78
1 file changed
aspnetcore/fundamentals/servers/kestrel.md
@@ -340,6 +340,8 @@ webBuilder.ConfigureKestrel(serverOptions =>
340
341
The default value is 96 KB (98,304).
342
343
+::: moniker-end
344
+
345
::: moniker range=">= aspnetcore-5.0"
346
347
### HTTP/2 keep alive ping configuration
@@ -364,6 +366,8 @@ webBuilder.ConfigureKestrel(serverOptions =>
364
366
365
367
::: moniker-end
368
369
+::: moniker range=">= aspnetcore-3.0"
370
371
### Trailers
372
373
[!INCLUDE[](~/includes/trailers.md)]
0 commit comments