From 79d2e347dc32c4f491c4cd3476b4ffa1db3e4003 Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Sun, 6 Jan 2019 11:02:15 -0800 Subject: Uri: remove old TODO comment no longer applicable --- src/Uri.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Uri.cpp b/src/Uri.cpp index 4530595..b6b82e1 100644 --- a/src/Uri.cpp +++ b/src/Uri.cpp @@ -775,8 +775,6 @@ namespace Uri { } case HostParsingState::IPV6_ADDRESS: { - // TODO: research this offline first - // before attempting to code it if (c == ']') { if (!ValidateIpv6Address(host)) { return false; -- cgit v1.2.3