-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71814/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier and Benjamin Mahler.
Bugs: MESOS-10039
https://issues.apache.org/jira/browse/MESOS-10039
Repository: mesos
Description
-------
Added support for a new 'http+unix' URL scheme, to denote
resources accessible by HTTP connections over unix domain
sockets.
The encoding looks like
http+unix://<url-encoded filesystem path>/<http path>
optionally followed by query and fragment sections.
Diffs
-----
3rdparty/libprocess/include/process/http.hpp
0013850f07110d9b9dbdb9b0c8ac7001a82420d2
3rdparty/libprocess/src/http.cpp b487ce214128193a3443f4e62a5af24205cbd399
Diff: https://reviews.apache.org/r/71814/diff/1/
Testing
-------
Thanks,
Benno Evers