добавил все настройки в веб, сделал cleanup интерфейса
This commit is contained in:
@@ -87,7 +87,11 @@ namespace http::server {
|
||||
}
|
||||
|
||||
void SslConnection::stop() {
|
||||
stream_.shutdown();
|
||||
try {
|
||||
stream_.shutdown();
|
||||
} catch (std::exception& e) {
|
||||
BOOST_LOG_TRIVIAL(warning) << "SslConnection::stop(): Can't shutdown ssl socket: " << e.what();
|
||||
}
|
||||
}
|
||||
|
||||
SslConnection::~SslConnection() = default;
|
||||
|
Reference in New Issue
Block a user