improve http fallouts, move to its own class

This commit is contained in:
proddy
2026-08-29 16:26:26 +02:00
parent 4d4d716e5f
commit db5ccb018f
7 changed files with 204 additions and 108 deletions
+2
View File
@@ -41,6 +41,8 @@ class WiFiClient {
}
void setTimeout(uint32_t){
}
void setConnectionTimeout(uint32_t) {
}
// ESP32 socket option passthrough (e.g. TCP_NODELAY)
int setSocketOption(int, int, const void *, size_t) {