Some webclient fixes
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user