We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53287f4 commit b828f34Copy full SHA for b828f34
1 file changed
libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp
@@ -864,10 +864,10 @@ int HTTPClient::handleHeaderResponse() {
864
865
866
/**
867
- *
868
- * @param stream
869
- * @param len
870
- * @return
+ * write one Data Block to Stream
+ * @param stream Stream *
+ * @param size int
+ * @return < 0 = error >= 0 = size written
871
*/
872
int HTTPClient::writeToStreamDataBlock(Stream * stream, int size) {
873
int buff_size = HTTP_TCP_BUFFER_SIZE;
0 commit comments