We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c687e8e commit 48e7cfcCopy full SHA for 48e7cfc
include/ylt/standalone/cinatra/coro_http_server.hpp
@@ -653,7 +653,7 @@ class coro_http_server {
653
std::string_view head_msg) {
654
auto conn = accept_impl(std::move(soc), true);
655
conn->add_head(head_msg);
656
- conn->start(true).via(conn->get_executor()).detach();
+ start_one(conn).via(conn->get_executor()).detach();
657
}
658
659
private:
0 commit comments