mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
some docu
This commit is contained in:
parent
53287f4573
commit
b828f34348
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user