arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
288 stars 172 forks source link

Reduced kHttpWaitForDataDelay #41

Closed Rocketct closed 6 years ago

Rocketct commented 6 years ago

Reduced the waiting time for receive new data from 1000 to 1 ms for speed Up the reception of new data and reduce the dalay introduced by responseStatusCode() and responseBody() functions.

sandeepmistry commented 6 years ago

Closing this in favour of https://github.com/arduino-libraries/MKRGSM/pull/44.