generated from Sithas/conan_template
Post Diary
This commit is contained in:
@@ -299,9 +299,9 @@ private:
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::beast::http::response<ResponseType> SendSessionExceptionError(Request&& req, const session_exception& e)
|
StringResponse SendSessionExceptionError(Request&& req, const session_exception& e)
|
||||||
{
|
{
|
||||||
boost::beast::http::response<ResponseType> res{e.code, req.version()};
|
StringResponse res{e.code, req.version()};
|
||||||
boost::json::value response_body;
|
boost::json::value response_body;
|
||||||
|
|
||||||
response_body.emplace_object();
|
response_body.emplace_object();
|
||||||
|
|||||||
Reference in New Issue
Block a user