diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2019-01-06 11:02:15 -0800 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2019-01-06 11:02:15 -0800 |
commit | 79d2e347dc32c4f491c4cd3476b4ffa1db3e4003 (patch) | |
tree | 020d2f9b795a61af50eabd78b4529a8206ea87d1 /src/Uri.cpp | |
parent | 557fbb3826268909eef3c177853d38e72eb140ab (diff) |
Uri: remove old TODO comment no longer applicable
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; |