-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50249/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, zhou xing, Jay Guo, and Vinod Kone.
Bugs: MESOS-5858
https://issues.apache.org/jira/browse/MESOS-5858
Repository: mesos
Description
-------
Earlier operator v1 api was not supporting charset utf-8
specified in 'Content Type'. In this patch, mesos agent
is modified to support contentType with and without
charset utf-8 specified.
Diffs
-----
src/slave/http.cpp 2cbf3c57e294f0d47d64915371b4a6bbf9cdfc0a
src/slave/slave.hpp ffe4220c9289419ab1b1a2c1f499b6eac3c01e4b
Diff: https://reviews.apache.org/r/50249/diff/
Testing
-------
On Ubuntu 16.04:
sudo GTEST_FILTER="*AgentAPITest.*" make -j4 check
Thanks,
Abhishek Dasgupta