Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.26.0
-
debian 8 with package libhttp-parser-dev installed and libprocess configured with --disable-bundled
Description
Since mesos 0.26 libprocess does not compile if the libhttp-parser version is >= 2.0.
I traced back the issue to the commit d347bf56c807d that added URL to the http::Request but forgot to modify the #if HTTP_PARSER_VERSION MAJORS >=2 parts in 3rdparty/libprocess/src/decoder.hpp