Skip to content

Commit 9f60f35

Browse files
authored
Apply suggestion from @wadepickett
1 parent d88f78d commit 9f60f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/servers/kestrel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Kestrel's features include:
2525
* **Lightweight:** Optimized for running in resource-constrained environments, such as containers and edge devices.
2626
* **Security hardened:** Kestrel supports HTTPS and is hardened against web server vulnerabilities.
2727
* **Wide protocol support:** Kestrel supports common web protocols, including:
28-
* HTTP/1.1, [HTTP/2](xref:fundamentals/servers/kestrel/http2) and [HTTP/3](xref:fundamentals/servers/kestrel/http3). Starting in .NET 11, Kestrel uses [early request processing](xref:fundamentals/servers/kestrel/http3#early-request-processing) for HTTP/3 to reduce first-request latency.
28+
* HTTP/1.1, [HTTP/2](xref:fundamentals/servers/kestrel/http2) and [HTTP/3](xref:fundamentals/servers/kestrel/http3). Starting in .NET 11, Kestrel uses early request processing for HTTP/3 to reduce first-request latency. For more information, see [HTTP/3](xref:fundamentals/servers/kestrel/http3).
2929
* [WebSockets](xref:fundamentals/websockets)
3030
* **Integration with ASP.NET Core:** Seamless integration with other ASP.NET Core components, such as the middleware pipeline, dependency injection, and configuration system.
3131
* **Flexible workloads**: Kestrel supports many workloads:

0 commit comments

Comments
 (0)