Skip to content

Commit 5f8466b

Browse files
authored
Update ESP8266HTTPClient.cpp
1 parent 5e3e997 commit 5f8466b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ int HTTPClient::writeToStream(Stream * stream)
738738
// have we an error?
739739
if(ret < 0) {
740740
return returnError(ret);
741+
}
741742
}
742743
} else if(_transferEncoding == HTTPC_TE_CHUNKED) {
743744
int size = 0;

0 commit comments

Comments
 (0)