diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Uri.cpp | 2 |
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; } /** |