mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-29 18:27:43 +08:00
Fix a error of coroutines on Windows (#1870)
This commit is contained in:
parent
27f1a3d812
commit
4e890f52d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user