You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2016/12/12 00:24:58 UTC

[jira] [Created] (MESOS-6778) Ability to close connection using http::Response

Vinod Kone created MESOS-6778:
---------------------------------

             Summary: Ability to close connection using http::Response
                 Key: MESOS-6778
                 URL: https://issues.apache.org/jira/browse/MESOS-6778
             Project: Mesos
          Issue Type: Improvement
            Reporter: Vinod Kone


`http::post` and `http::get` helpers use a new connection for every `Request` but they do not allow the callers to close that connection.

One option would be for `Response.reader.close()` to cause the connection to close.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)