Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit a5e15f6

Browse files
author
Cesar Blum Silveira
committed
Remove TODO.
1 parent a1af23e commit a5e15f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.AspNetCore.Server.Kestrel/Networking/UvTcpHandle.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public void NoDelay(bool enable)
8181
/// </summary>
8282
public static IPEndPoint CreateIPEndpoint(ServerAddress address)
8383
{
84-
// TODO: IPv6 support
8584
IPAddress ip;
8685

8786
if (!IPAddress.TryParse(address.Host, out ip))

0 commit comments

Comments
 (0)