arduino-esp32/libraries/HTTPClient/src
atanisoft 0de0d3f79a move call to setTimeout() to after the client connects. (#2214)
This is necessary to avoid this log entry from being generated due to invalid usage of setTimeout:
[E][WiFiClient.cpp:236] setSocketOption(): 1006 : 9
2018-12-18 19:21:36 +01:00
..
HTTPClient.cpp move call to setTimeout() to after the client connects. (#2214) 2018-12-18 19:21:36 +01:00
HTTPClient.h Solve issue #2092 by initializing * _client to nullptr (#2097) 2018-11-26 23:23:19 +01:00