[1/2] mesos git commit: Reduced likelihood of a stack overflow in libprocess socket send path.

2018-04-30 Thread bmahler
Repository: mesos Updated Branches: refs/heads/1.5.x aedbcfd5d -> 9343f4200 Reduced likelihood of a stack overflow in libprocess socket send path. Currently, the socket send path is implemented using an asynchronous loop with callbacks. Without using `process::loop`, this pattern is prone to

mesos git commit: Reduced likelihood of a stack overflow in libprocess socket send path.

2018-04-30 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 7b768a912 -> 8a639ca63 Reduced likelihood of a stack overflow in libprocess socket send path. Currently, the socket send path is implemented using an asynchronous loop with callbacks. Without using `process::loop`, this pattern is prone to