-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47403/
-----------------------------------------------------------
Review request for mesos, Daniel Pravat, Artem Harutyunyan, Joris Van
Remoortere, and Michael Park.
Bugs: MESOS-3443 and MESOS-3658
https://issues.apache.org/jira/browse/MESOS-3443
https://issues.apache.org/jira/browse/MESOS-3658
Repository: mesos
Description
-------
In Windows, the I/O subsystem will automatically convert linefeed
endings if the I/O is done on "text" files. For binary files, this
effect is almost never desirable.
This commit will turn of these conversions for protobuf I/O operations.
Diffs
-----
3rdparty/stout/include/stout/protobuf.hpp
eb4ac8cd738859a119f4f64bf52ae49a5bbef899
Diff: https://reviews.apache.org/r/47403/diff/
Testing
-------
Thanks,
Alex Clemmer