----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46867/#review131614 -----------------------------------------------------------
src/common/http.cpp (lines 587 - 588) <https://reviews.apache.org/r/46867/#comment195632> Fix continuation. src/common/http.cpp (lines 590 - 592) <https://reviews.apache.org/r/46867/#comment195633> Coalesce? - Kapil Arya On May 1, 2016, 6:43 p.m., Greg Mann wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46867/ > ----------------------------------------------------------- > > (Updated May 1, 2016, 6:43 p.m.) > > > Review request for mesos, Alexander Rojas and Kapil Arya. > > > Bugs: MESOS-5286 > https://issues.apache.org/jira/browse/MESOS-5286 > > > Repository: mesos > > > Description > ------- > > Code is added to the common headers and the > master/agent executables which sets authorization > callbacks for libprocess-level HTTP endpoints. > This allows these endpoints to be authorized. > > > Diffs > ----- > > src/common/http.hpp 6c6f2840bbf49d198b1db876cdf4af5ef49b0e27 > src/common/http.cpp ccf386898130c966903cb5aae4eaffbc9b63ca1f > src/master/main.cpp 23149d5511d1556f1a885d01ea9380a9669fa8c5 > src/slave/main.cpp fee46bafc88f8cdade868aab8c0fee79b8d2fb6d > > Diff: https://reviews.apache.org/r/46867/diff/ > > > Testing > ------- > > `make check` on OSX. > > > Thanks, > > Greg Mann > >
