[HTTP] Added Module overrides for all Arduino core functions

pull/180/head
jgromes 2020-08-01 16:35:51 +02:00
rodzic 50dd6fce0c
commit 172e60cd47
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -64,8 +64,6 @@ int16_t HTTPClient::get(const char* url, String& response) {
return(state);
}
//delay(1000);
// get the response length
size_t numBytes = _tl->getNumBytes();
if(numBytes == 0) {