mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 08:34:47 +08:00
rm the comment of set_default_err_cb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user