-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52701/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Greg Mann, and Artem Harutyunyan.
Bugs: MESOS-5990
https://issues.apache.org/jira/browse/MESOS-5990
Repository: mesos
Description
-------
This is an incomplete patch as there are a couple other changes
that should be made to expose the error messages (seeo MESOS-5990).
Diffs
-----
3rdparty/libprocess/src/decoder.hpp c79296bc50e5bf5adf9f2c62114bef83bb183f79
3rdparty/libprocess/src/tests/decoder_tests.cpp
4535614312373b0515025f09f9f8495f9ce353a3
Diff: https://reviews.apache.org/r/52701/diff/
Testing
-------
make check
Now the error message looks like:
```
Failed to decode body: HPE_INVALID_EOF_STATE: stream ended at an unexpected time
```
Thanks,
Joseph Wu