http.get is now operational

This commit is contained in:
2022-05-06 13:16:27 -04:00
parent c41d0522df
commit 0ee4167772
7 changed files with 174 additions and 98 deletions

View File

@@ -82,7 +82,7 @@ std::string errors_string(bool lastonly) {
} else {
err = err + ", " + reason;
}
if (data != nullptr) {
if ((data != nullptr) && (data[0] != 0)) {
err = err + " " + data;
}
}