rm the comment of set_default_err_cb

This commit is contained in:
zhengjian
2024-01-31 09:36:29 +08:00
parent 5cf2d951c7
commit ab27c0642b
+3 -3
View File
@@ -742,9 +742,9 @@ private:
}
}
// void set_default_error_cb() {
// err_cb_ = [this](asio::error_code) { async_connect(); };
// }
void set_default_error_cb() {
err_cb_ = [this](asio::error_code) { async_connect(); };
}
bool is_ssl() const {
#ifdef CINATRA_ENABLE_SSL