Some webclient fixes

This commit is contained in:
WolverinDEV
2020-11-15 23:30:51 +01:00
parent 9b1de50f1b
commit b438684f20
5 changed files with 54 additions and 2 deletions
+2 -1
View File
@@ -414,7 +414,8 @@ void WebClient::disconnectFinal() {
this->processLeave();
this->ssl_handler.finalize();
/* We do not finalize here since we might still try to send some data */
/* this->ssl_handler.finalize(); */
this->handle->unregisterConnection(static_pointer_cast<WebClient>(self_lock));
}