diff options
Diffstat (limited to 'src/Uri.cpp')
-rw-r--r-- | src/Uri.cpp | 2 |
1 files changed, 0 insertions, 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; |