mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Merge pull request #13033 from s-hadinger/fix_esp32_tlss
Fix ESP32 TLS reconnects
This commit is contained in:
commit
5fcfd42df5
@ -284,7 +284,7 @@ void WiFiClientSecure_light::stop(void) {
|
||||
|
||||
void WiFiClientSecure_light::flush(void) {
|
||||
(void) _run_until(BR_SSL_SENDAPP);
|
||||
WiFiClient::flush();
|
||||
// don't call flush on ESP32 - its behavior is different and empties the receive buffer - which we don't want
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user