aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2019-01-06 11:02:15 -0800
committerRichard Walters <rwalters@digitalstirling.com>2019-01-06 11:02:15 -0800
commit79d2e347dc32c4f491c4cd3476b4ffa1db3e4003 (patch)
tree020d2f9b795a61af50eabd78b4529a8206ea87d1
parent557fbb3826268909eef3c177853d38e72eb140ab (diff)
Uri: remove old TODO comment no longer applicable
-rw-r--r--src/Uri.cpp2
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;