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() {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user