Fix link (#33242)
parent
a1cfc06d3f
commit
8edc4d2f9f
|
@ -72,7 +72,7 @@ HTTP/2 is enabled by default. If an HTTP/2 connection isn't established, the con
|
|||
* An `https` url binding is used.
|
||||
* The [EnableHttp3 registry key](https://techcommunity.microsoft.com/t5/networking-blog/enabling-http-3-support-on-windows-server-2022/ba-p/2676880) is set.
|
||||
|
||||
The preceding Windows 11 Build versions may require the use of a [Windows Insider](https://insider.windows.com) build.
|
||||
The preceding Windows 11 Build versions may require the use of a [Windows Insider](https://www.microsoft.com/en-us/windowsinsider/) build.
|
||||
|
||||
HTTP/3 is discovered as an upgrade from HTTP/1.1 or HTTP/2 via the `alt-svc` header. That means the first request will normally use HTTP/1.1 or HTTP/2 before switching to HTTP/3. Http.Sys doesn't automatically add the `alt-svc` header, it must be added by the application. The following code is a middleware example that adds the `alt-svc` response header.
|
||||
|
||||
|
|
Loading…
Reference in New Issue