> On July 28, 2015, 8:43 a.m., Alexander Rukletsov wrote:
> > Also, I think we need a doppelgänger for the method in the `streaming` namespace.
>
> Joerg Schad wrote:
> Are you sure? For delete we are not streaming any data...
I think we do it implicitly anyway (see `StreamingResponseDecoder`), but I see your point,
maybe we don't need to expose it for now, we can always do it later if needed.
- Alexander
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36847/#review93261
-----------------------------------------------------------
On July 28, 2015, 9:49 a.m., Joerg Schad wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/36847/
> -----------------------------------------------------------
>
> (Updated July 28, 2015, 9:49 a.m.)
>
>
> Review request for mesos and Alexander Rukletsov.
>
>
> Bugs: MESOS-3152
> https://issues.apache.org/jira/browse/MESOS-3152
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Added HTTP Delete Method.
>
>
> Diffs
> -----
>
> 3rdparty/libprocess/include/process/http.hpp 9faed55247a3ccd629db7b85dbf31d3117e120e9
> 3rdparty/libprocess/src/http.cpp d1685799f4c53e067d0812e037e171324ee7195f
> 3rdparty/libprocess/src/tests/http_tests.cpp 01f243cd9c46e162c16e9bb452a846faf31d1445
>
> Diff: https://reviews.apache.org/r/36847/diff/
>
>
> Testing
> -------
>
> make check
>
>
> Thanks,
>
> Joerg Schad
>
>
|