From fe5314ea98bfe0c05d04ea55609190a8a2a0e4f0 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Tue, 23 Aug 2016 09:07:04 -0700 Subject: [PATCH] Remove old comment --- src/Microsoft.Net.Http.Server/NativeInterop/ComNetOS.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.Net.Http.Server/NativeInterop/ComNetOS.cs b/src/Microsoft.Net.Http.Server/NativeInterop/ComNetOS.cs index c7a01fb219..a4fd732d58 100644 --- a/src/Microsoft.Net.Http.Server/NativeInterop/ComNetOS.cs +++ b/src/Microsoft.Net.Http.Server/NativeInterop/ComNetOS.cs @@ -36,7 +36,6 @@ namespace Microsoft.Net.Http.Server var win8Version = new Version(6, 2); #if NETSTANDARD1_3 - // TODO: SkipIOCPCallbackOnSuccess doesn't work on Win7. Need a way to detect Win7 vs 8+. IsWin8orLater = (new Version(RuntimeEnvironment.OperatingSystemVersion) >= win8Version); #else IsWin8orLater = (Environment.OSVersion.Version >= win8Version);