Feed WDT (#817)
fix for https://github.com/espressif/arduino-esp32/issues/740
This commit is contained in:
parent
47cdfff475
commit
8ba91b9453
1 changed files with 1 additions and 1 deletions
|
|
@ -994,7 +994,7 @@ int HTTPClient::handleHeaderResponse()
|
||||||
if((millis() - lastDataTime) > _tcpTimeout) {
|
if((millis() - lastDataTime) > _tcpTimeout) {
|
||||||
return HTTPC_ERROR_READ_TIMEOUT;
|
return HTTPC_ERROR_READ_TIMEOUT;
|
||||||
}
|
}
|
||||||
delay(0);
|
delay(10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue