| 597 | return status == pplx::task_group_status::completed; |
| 598 | } |
| 599 | bool MeasureManagerServer::close() { |
| 600 | auto status = m_listener.close().then([](pplx::task<void> t) { handle_error(t); }).wait(); |
| 601 | return status == pplx::task_group_status::completed; |
| 602 | } |
| 603 | |
| 604 | void MeasureManagerServer::unknown_endpoint(web::http::http_request& message) { |
| 605 | const std::string uri = toString(web::http::uri::decode(message.relative_uri().path())); |