-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71814/
-----------------------------------------------------------

(Updated Dec. 3, 2019, 6:27 p.m.)


Review request for mesos, Benjamin Bannier and Benjamin Mahler.


Changes
-------

Some cleanup; experimentally removing windows ifdefs.


Summary (updated)
-----------------

Added support for new 'http+unix' URL scheme in libprocess.


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 (updated)
-----

  3rdparty/libprocess/include/process/http.hpp 
0013850f07110d9b9dbdb9b0c8ac7001a82420d2 
  3rdparty/libprocess/src/http.cpp b487ce214128193a3443f4e62a5af24205cbd399 


Diff: https://reviews.apache.org/r/71814/diff/2/

Changes: https://reviews.apache.org/r/71814/diff/1-2/


Testing
-------


Thanks,

Benno Evers

Reply via email to