-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37426/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar and Timothy Chen.
Bugs: MESOS-3251
https://issues.apache.org/jira/browse/MESOS-3251
Repository: mesos
Description
-------
Currently libprocess http API sets the "Host" header field from the peer socket
address (IP:port). The problem is that socket address might not be right HTTP
server and might be just a proxy.
Changed the logic to look for http server URL's domain first to populate the
"Host" field.
Diffs
-----
3rdparty/libprocess/src/http.cpp 4dcbd74b894b483c4d166c23fac55ac8dba75166
Diff: https://reviews.apache.org/r/37426/diff/
Testing
-------
make check.
Thanks,
Jojy Varghese