Skip to content

Commit 89a5f5e

Browse files
authored
fix merge by hand
1 parent 19bf46f commit 89a5f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ class HTTPClient : public Stream
242242
bool sendHeader(const char * type);
243243
bool endRequest(void);
244244
int handleHeaderResponse();
245-
int writeToStreamDataBlock(Stream * stream, int len);
245+
bool readChunkHeader(bool blocking = true);
246+
bool readChunkTrailer(bool blocking = true);
246247

247248
// The common pattern to use the class is to
248249
// {

0 commit comments

Comments
 (0)