We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa9590 commit c5010ddCopy full SHA for c5010dd
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