Skip to content

Commit f831983

Browse files
committed
return exception when server starts failed
1 parent 4aa242c commit f831983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/src/http/listener/http_linux_server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ pplx::task<void> http_linux_server::start()
609609
--it;
610610
}
611611
it->second->stop();
612+
return pplx::task_from_exception<void>(std::current_exception());
612613
}
613614

614615
m_started = true;

0 commit comments

Comments
 (0)