----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36757/#review92921 -----------------------------------------------------------
Ship it! 3rdparty/libprocess/src/tests/ssl_tests.cpp (line 988) <https://reviews.apache.org/r/36757/#comment147189> AWAIT_EXPECT_RESPONSE_STATUS_EQ(OK().status, response); 3rdparty/libprocess/src/tests/ssl_tests.cpp (line 1014) <https://reviews.apache.org/r/36757/#comment147191> s/{}/None() s/payload/None() You should be able to do without setting headers and body here. 3rdparty/libprocess/src/tests/ssl_tests.cpp (line 1022) <https://reviews.apache.org/r/36757/#comment147190> Same as above. - Anand Mazumdar On July 24, 2015, 3:23 p.m., Jojy Varghese wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36757/ > ----------------------------------------------------------- > > (Updated July 24, 2015, 3:23 p.m.) > > > Review request for mesos, Joris Van Remoortere and Timothy Chen. > > > Bugs: MESOS-3093 > https://issues.apache.org/jira/browse/MESOS-3093 > > > Repository: mesos > > > Description > ------- > > Current http implementation lacks a https interface. This change exposes > SSL socket for "https" URL scheme. > > JIRA: MESOS-3093 > > > Diffs > ----- > > 3rdparty/libprocess/src/http.cpp d1685799f4c53e067d0812e037e171324ee7195f > 3rdparty/libprocess/src/tests/ssl_tests.cpp > 2fe50601615b0bee57bd3e05dc9c932f93ca7477 > > Diff: https://reviews.apache.org/r/36757/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jojy Varghese > >
