1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Bugfix/esp8266 http client (#6176)

This commit is contained in:
Jeroen88
2019-08-26 16:12:50 +02:00
committed by david gauchard
parent 55539ae941
commit 60d519e235
2 changed files with 35 additions and 8 deletions

View File

@ -235,7 +235,7 @@ protected:
/// request handling
String _host;
uint16_t _port = 0;
bool _reuse = false;
bool _reuse = true;
uint16_t _tcpTimeout = HTTPCLIENT_DEFAULT_TCP_TIMEOUT;
bool _useHTTP10 = false;