You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Benjamin Hindman <be...@berkeley.edu> on 2016/12/17 21:38:12 UTC

Review Request 54840: Used process::loop to avoid stack overflow due to recursion.

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

Review request for mesos.


Repository: mesos


Description
-------

Used process::loop to avoid stack overflow due to recursion.


Diffs
-----

  3rdparty/libprocess/src/http.cpp 97d1424be20e217401519c2bee79857bcf087023 

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


Testing
-------

make check


Thanks,

Benjamin Hindman