-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40905/
-----------------------------------------------------------
(Updated Dec. 3, 2015, 2:34 p.m.)
Review request for mesos, Anand Mazumdar, Isabel Jimenez, and Joris Van
Remoortere.
Changes
-------
Split into [libprocess] and [mesos] patches.
Summary (updated)
-----------------
[libprocess]: Made `MethodNotAllowed` response compliant to RFC 2616.
Bugs: MESOS-4056
https://issues.apache.org/jira/browse/MESOS-4056
Repository: mesos
Description (updated)
-------
According to RFC 2616
(http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.7),
`MethodNotAllowed` response must include an 'Allow' header containing a list of
valid methods.
This is a libprocess change only.
Diffs (updated)
-----
3rdparty/libprocess/include/process/http.hpp
c7d19a2086a8891d0198dce1c4d1c92bd99ac6e3
Diff: https://reviews.apache.org/r/40905/diff/
Testing (updated)
-------
This a libprocess change only. The code does not compile without the follow-up
[mesos] patch https://reviews.apache.org/r/40913/.
Thanks,
Alexander Rukletsov