[HTTP] Added Module overrides for all Arduino core functions

This commit is contained in:
jgromes 2020-08-01 16:35:51 +02:00
parent 50dd6fce0c
commit 172e60cd47

View file

@ -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) {