We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b4c82 commit 761b73cCopy full SHA for 761b73c
libraries/ESP8266httpClient/examples/StreamHttpClient/StreamHttpClient.ino
@@ -63,7 +63,7 @@ void loop() {
63
uint8_t buff[128] = { 0 };
64
65
// get tcp stream
66
- WiFiClient * stream = http.getStream();
+ WiFiClient * stream = http.getStreamPtr();
67
68
// read all data from server
69
while(http.connected() && (len > 0 || len == -1)) {
0 commit comments