Skip to content

Commit a546b70

Browse files
authored
Add comment about DefaultDisconectTimeout typo (#52599)
1 parent 5326a6b commit a546b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SignalR/common/Http.Connections/src/ConnectionOptionsSetup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Microsoft.AspNetCore.Http.Connections;
1010
/// </summary>
1111
public class ConnectionOptionsSetup : IConfigureOptions<ConnectionOptions>
1212
{
13+
// This is a known typo; fixing it would be a breaking change which we don't believe is worth it.
1314
/// <summary>
1415
/// Default timeout value for disconnecting idle connections.
1516
/// </summary>

0 commit comments

Comments
 (0)