----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24984/ -----------------------------------------------------------
(Updated Sept. 5, 2014, 10 a.m.) Review request for mesos, Benjamin Hindman and Dominic Hamon. Changes ------- added reviewers Bugs: MESOS-1625 https://issues.apache.org/jira/browse/MESOS-1625 Repository: mesos-git Description ------- As mentioned in MESOS-1625 current HTTP Chunked Encoding implementation can break clients (e.g. Tornado). As I see no need in Chunked-Encoding because we know content size beforehand - I propose to use Content-Length. Diffs ----- 3rdparty/libprocess/src/encoder.hpp 9c5aa81 Diff: https://reviews.apache.org/r/24984/diff/ Testing ------- `make check` and manual testing with golang language native binding Thanks, Nikita Vetoshkin