http.get is now operational
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user