Merge branch 'v0.22.x'

This commit is contained in:
Max Kellermann
2021-05-19 08:09:05 +02:00
11 changed files with 167 additions and 8 deletions
+5
View File
@@ -169,6 +169,11 @@ public:
return uri == other_uri;
}
gcc_pure gcc_nonnull_all
bool IsRealURI(const char *other_uri) const noexcept {
return (HasRealURI() ? real_uri : uri) == other_uri;
}
gcc_pure
bool IsRemote() const noexcept;