You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2013/07/13 01:10:40 UTC

[2/2] git commit: Added a comment.

Added a comment.

Review: https://reviews.apache.org/r/12527


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e3474a37
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e3474a37
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e3474a37

Branch: refs/heads/master
Commit: e3474a3741b233645fd53f5e3f1eabc217cef337
Parents: 0cb8a5d
Author: Benjamin Hindman <be...@gmail.com>
Authored: Fri Jul 12 15:32:46 2013 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Fri Jul 12 16:10:18 2013 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/http.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e3474a37/3rdparty/libprocess/include/process/http.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/http.hpp b/3rdparty/libprocess/include/process/http.hpp
index 751cfb8..d0a26d3 100644
--- a/3rdparty/libprocess/include/process/http.hpp
+++ b/3rdparty/libprocess/include/process/http.hpp
@@ -33,8 +33,8 @@ struct Request
   // Tracked by: https://issues.apache.org/jira/browse/MESOS-328.
   hashmap<std::string, std::string> headers;
   std::string method;
+  std::string url; // path/query#fragment
   std::string path;
-  std::string url;
   std::string fragment;
   hashmap<std::string, std::string> query;
   std::string body;