This commit is contained in:
Olexiy Khokhlov 2022-11-01 05:21:20 +09:00 committed by GitHub
commit 02d2fa19c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ const request *session_impl::submit(boost::system::error_code &ec,
}
void session_impl::shutdown() {
if (stopped_) {
if (session_ == nullptr || stopped_) {
return;
}