You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using HTTPClient, its timeout is progated to an underlaying WifiClient instance in the sendRequest.
I understand that secured connecting requires higher timeouts. I suggest introducing a configurable connection timeout and distinguish it from the current used read timeout.
Problem Description
WiFiClientSecure doesn't propagate timeout to
WiFiClientSecureCtx
.WiFiClientSecureCtx
has hardcoded timeout 15000ms, which is changed to 5000ms after successfull secure connection.When using HTTPClient, its timeout is progated to an underlaying
WifiClient
instance in the sendRequest.I understand that secured connecting requires higher timeouts. I suggest introducing a configurable connection timeout and distinguish it from the current used read timeout.
Basic Infos
Platform
Settings in IDE
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: