We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa9590 + c5010dd commit 245d879Copy full SHA for 245d879
libraries/Bridge/src/HttpClient.cpp
@@ -43,7 +43,7 @@ void HttpClient::getAsynchronously(const char *url) {
43
}
44
45
boolean HttpClient::ready() {
46
- return running();
+ return !running();
47
48
49
unsigned int HttpClient::getResult() {
0 commit comments