Repository: mesos Updated Branches: refs/heads/master 7326f888f -> 2c320eee9
Fixed a formatting issue in process/http.hpp. Review: https://reviews.apache.org/r/34353 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2c320eee Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2c320eee Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2c320eee Branch: refs/heads/master Commit: 2c320eee956e9509b6b401fd40b061df276f9bee Parents: 7326f88 Author: Alexander Rojas <[email protected]> Authored: Mon May 18 17:10:54 2015 +0200 Committer: Till Toenshoff <[email protected]> Committed: Mon May 18 17:10:55 2015 +0200 ---------------------------------------------------------------------- 3rdparty/libprocess/include/process/http.hpp | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/2c320eee/3rdparty/libprocess/include/process/http.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/http.hpp b/3rdparty/libprocess/include/process/http.hpp index 058fa02..bba62b3 100644 --- a/3rdparty/libprocess/include/process/http.hpp +++ b/3rdparty/libprocess/include/process/http.hpp @@ -337,6 +337,7 @@ struct TemporaryRedirect : Response } }; + struct Unauthorized : Response { Unauthorized(const std::string& realm) @@ -353,6 +354,7 @@ struct Unauthorized : Response } }; + struct BadRequest : Response { BadRequest()
