Fix a error of coroutines on Windows (#1870)

This commit is contained in:
An Tao 2023-12-04 15:13:09 +08:00 committed by GitHub
parent 27f1a3d812
commit 4e890f52d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,6 +401,7 @@ class HttpBinder : public HttpBinderBase
LOG_ERROR
<< "Exception not derived from std::exception";
}
co_return;
}(req, std::move(callback), std::move(values)...);
}
#endif