arduino-esp32/libraries/HTTPClient/src
Jan Procházka 29cde94bb9
ESPLwIPClient::setTimeout conflict fix with Stream::setTimeout (#6676)
* Removed virtual + moved socketOptions ot read/write

* Removed no needed code + edit

* removed Client::getTimeout

* removed setTimeout from WifiClient - read/write timeouts in constructor now

* Changed seconds to miliseconds in other classes relaed + examples

* Applied same changes for WifiClientSecure

* Added 0 init values to constructor

* Seconds are not rounded now

* removed +500 for previous rounding

+ unnecessary comments removed.

* fix rebased code in WifiClientSecure

* Fix rebased code

* Fix rebase code
2023-12-13 16:02:54 +02:00
..
HTTPClient.cpp ESPLwIPClient::setTimeout conflict fix with Stream::setTimeout (#6676) 2023-12-13 16:02:54 +02:00
HTTPClient.h ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00