Skip to content

Commit 19a66f1

Browse files
author
NoahMoritz
authored
Fixed documentation for Protocols default value (#57280)
1 parent c95a489 commit 19a66f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Core/src/ListenOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ internal ListenOptions(ulong fileHandle, FileHandleType handleType)
9595
/// <summary>
9696
/// The protocols enabled on this endpoint.
9797
/// </summary>
98-
/// <remarks>Defaults to HTTP/1.x, HTTP/2, and HTTP/3.</remarks>
98+
/// <remarks>Defaults to HTTP/1.x and HTTP/2</remarks>
9999
public HttpProtocols Protocols
100100
{
101101
get => _protocols;

0 commit comments

Comments
 (0)