Skip to content

Commit 0caf56e

Browse files
Copilotwadepickett
andauthored
Add HTTP/3 early request processing note to Kestrel overview
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
1 parent 6530ded commit 0caf56e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/fundamentals/servers/kestrel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: tdykstra
55
description: Learn about Kestrel, the cross-platform web server for ASP.NET Core.
66
monikerRange: '>= aspnetcore-3.1'
77
ms.author: tdykstra
8-
ms.date: 08/05/2026
8+
ms.date: 09/02/2026
99
uid: fundamentals/servers/kestrel
1010
---
1111
# Kestrel web server in ASP.NET Core
@@ -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)
28+
* HTTP/1.1, [HTTP/2](xref:fundamentals/servers/kestrel/http2) and [HTTP/3](xref:fundamentals/servers/kestrel/http3). Starting in .NET 11, HTTP/3 uses [early request processing](xref:fundamentals/servers/kestrel/http3#early-request-processing) to reduce first-request latency.
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)