Skip to content

Commit 0b67907

Browse files
authored
Update src/Servers/HttpSys/src/NativeInterop/ComNetOS.cs
1 parent fdbc8ab commit 0b67907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/HttpSys/src/NativeInterop/ComNetOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal static class ComNetOS
1111
// Minimum support for Windows 7 is assumed.
1212
internal static readonly bool IsWin8orLater;
1313

14-
public static bool SupportsGoAway { get; }
14+
internal static bool SupportsGoAway { get; }
1515

1616
static ComNetOS()
1717
{

0 commit comments

Comments
 (0)