aboutsummaryrefslogtreecommitdiff
path: root/src/Uri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Uri.cpp')
-rw-r--r--src/Uri.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Uri.cpp b/src/Uri.cpp
index 53f4035..d719c75 100644
--- a/src/Uri.cpp
+++ b/src/Uri.cpp
@@ -588,6 +588,7 @@ namespace Uri {
scheme = NormalizeCaseInsensitiveString(scheme);
rest = uriString.substr(schemeEnd + 1);
}
+ return true;
}
/**
@@ -636,6 +637,7 @@ namespace Uri {
hasPort = false;
pathString = authorityAndPathString;
}
+ return true;
}
/**