From 7a333d4ccbaff5865b5add58cd2c72d9ade050ea Mon Sep 17 00:00:00 2001 From: dudekw Date: Fri, 12 Aug 2016 09:32:03 +0200 Subject: [PATCH] fixed upload_map HOP service name --- cpp/includes/cloud/navigation/path_planning/path_planning.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/includes/cloud/navigation/path_planning/path_planning.hpp b/cpp/includes/cloud/navigation/path_planning/path_planning.hpp index 95be22f..e163a8d 100644 --- a/cpp/includes/cloud/navigation/path_planning/path_planning.hpp +++ b/cpp/includes/cloud/navigation/path_planning/path_planning.hpp @@ -148,7 +148,7 @@ class path_upload_map : public asio_http post_ += "\r\n--" + boundary + "--"; // set the HTTP header URI pramble and the Content-Type - head_preamble_.uri = "POST /hop/path_upload_map HTTP/1.1\r\n"; + head_preamble_.uri = "POST /hop/path_planning_upload_map HTTP/1.1\r\n"; head_preamble_.content_type = "Content-Type: multipart/form-data; boundary=" + boundary; // bind the base class callback, to our handle_reply