You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2016/12/26 01:43:20 UTC

Review Request 55034: Added support to get curl response code.

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

Review request for mesos, Benjamin Hindman, Benjamin Mahler, Gilbert Song, and Joris Van Remoortere.


Bugs: MESOS-4853 and MESOS-6129
    https://issues.apache.org/jira/browse/MESOS-4853
    https://issues.apache.org/jira/browse/MESOS-6129


Repository: mesos


Description
-------

This patch introduced a 'Result' which will be returned from
'perform'. It holds the result of the session, including things like
response code, effective url, etc.


Diffs
-----

  src/curl/common.hpp PRE-CREATION 
  src/curl/common.cpp PRE-CREATION 
  src/tests/curl_tests.cpp PRE-CREATION 

Diff: https://reviews.apache.org/r/55034/diff/


Testing
-------

make check


Thanks,

Jie Yu