From b828f34348d9b1d9af7db1d1997cc7dc2a53a3ed Mon Sep 17 00:00:00 2001 From: Markus Sattler Date: Thu, 31 Dec 2015 12:16:22 +0100 Subject: [PATCH] some docu --- libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp b/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp index d95242238..79923893a 100644 --- a/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp +++ b/libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp @@ -864,10 +864,10 @@ int HTTPClient::handleHeaderResponse() { /** - * - * @param stream - * @param len - * @return + * write one Data Block to Stream + * @param stream Stream * + * @param size int + * @return < 0 = error >= 0 = size written */ int HTTPClient::writeToStreamDataBlock(Stream * stream, int size) { int buff_size = HTTP_TCP_BUFFER_SIZE;