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
Merge fhessel#89 from fhessel/esp32_https_server (#7)
* Trigger wsHander onClose from closeConnection()
In case closeConnection() is called due to SSL reported error - like session disconnection due to unstable Wifi - onClose() should be called to free up the recorded websocket handlers.
* Handle error triggered by closed sessions
From updateBuffer() a session clean up is initiated via closeConnection() if error is detected when reading from SSL but the already removed session is not handled in other parts of the state machine.
* Get detailed SSL_read error
* Update src/HTTPSConnection.cpp
Co-authored-by: Frank Hessel <[email protected]>
* Update src/HTTPConnection.cpp
Co-authored-by: Frank Hessel <[email protected]>
* correct the copy-paste error
Co-authored-by: bligeti <[email protected]>
Co-authored-by: Frank Hessel <[email protected]>
0 commit comments