diff --git a/srv-daemon/source/node.cpp b/srv-daemon/source/node.cpp index 98c0f2ae0..9cc44aa0a 100644 --- a/srv-daemon/source/node.cpp +++ b/srv-daemon/source/node.cpp @@ -57,7 +57,7 @@ void Node::Run(const asio::ip::address &bind, uint16_t port, const std::string & Log() << std::endl; } - co_return Respond(request, http::status::ok, { + co_return Respond(request, http::status::accepted, { {"content-type", "application/sdp"}, }, std::move(answer)); });