You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-08-12 12:02:43 +03:00
Fixes issue #10 where the library would crash on Intel Galileo and Edison.
This commit is contained in:
@@ -41,7 +41,7 @@ void HttpClient::resetState()
|
||||
iStatusCode = 0;
|
||||
iContentLength = 0;
|
||||
iBodyLengthConsumed = 0;
|
||||
iContentLengthPtr = 0;
|
||||
iContentLengthPtr = kContentLengthPrefix;
|
||||
iHttpResponseTimeout = kHttpResponseTimeout;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user