----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67414/#review209274 -----------------------------------------------------------
PASS: Mesos patch 67414 was successfully built and tested. Reviews applied: `['67414']` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2427/mesos-review-67414 - Mesos Reviewbot Windows On Oct. 5, 2018, 4:45 p.m., Benno Evers wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67414/ > ----------------------------------------------------------- > > (Updated Oct. 5, 2018, 4:45 p.m.) > > > Review request for mesos and Alexander Rukletsov. > > > Bugs: MESOS-8999 > https://issues.apache.org/jira/browse/MESOS-8999 > > > Repository: mesos > > > Description > ------- > > By default on error libprocess would only return a response > with the correct status code and no response body. > > However, most browsers do not visually indicate the response > status code, making it hard for the user to figure out what > exactly the problem was. > > A rudimentary text-only body is added to the default body of HTTP > error responses, mirroring the approach taken by e.g. the Go > standard library or Python's http.server module. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/http.hpp > fa66b0fe2ed72e218b235ac4b697a2a294027527 > > > Diff: https://reviews.apache.org/r/67414/diff/2/ > > > Testing > ------- > > Started `make check` on various different platforms (Run #4563) > > > Thanks, > > Benno Evers > >
