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:42:35 UTC

Review Request 55033: Added libcurl test for write callback.

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

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
-------

The write callback interface allows callers to customize the write
function of libcurl so that the output (e.g., http response) can be
redirected to a file.


Diffs
-----

  src/tests/curl_tests.cpp PRE-CREATION 

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


Testing
-------

make check


Thanks,

Jie Yu