Merge branch 'master' into idf-release/v4.2

This commit is contained in:
Me No Dev
2020-11-06 13:27:35 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ int HTTPClient::sendRequest(const char * type, uint8_t * payload, size_t size)
}
code = handleHeaderResponse();
Serial.printf("sendRequest code=%d\n", code);
log_d("sendRequest code=%d\n", code);
// Handle redirections as stated in RFC document:
// https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html