1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

some docu

This commit is contained in:
Markus Sattler 2015-12-31 12:16:22 +01:00
parent 53287f4573
commit b828f34348

View File

@ -864,10 +864,10 @@ int HTTPClient::handleHeaderResponse() {
/** /**
* * write one Data Block to Stream
* @param stream * @param stream Stream *
* @param len * @param size int
* @return * @return < 0 = error >= 0 = size written
*/ */
int HTTPClient::writeToStreamDataBlock(Stream * stream, int size) { int HTTPClient::writeToStreamDataBlock(Stream * stream, int size) {
int buff_size = HTTP_TCP_BUFFER_SIZE; int buff_size = HTTP_TCP_BUFFER_SIZE;