@@ -244,7 +244,7 @@ namespace NUri {
* host contains only scheme-legal characters.
*/
FEATURE_NAME(NoRelPath),
-
+
// standard prefers that all hex escapes were using uppercase A-F
FEATURE_NAME(UpperEncoded),
@@ -141,7 +141,7 @@ namespace NUri {
bool FldTrySet(EField fld, const TUri& other) {
return FldTrySet(fld, other.GetField(fld));
}
private:
/// copies the value if it fits
bool FldTryCpy(EField fld, const TStringBuf& value);