Benjamin Mahler created MESOS-3162:
--------------------------------------
Summary: Provide a means to check http connection equality for
streaming connections.
Key: MESOS-3162
URL: https://issues.apache.org/jira/browse/MESOS-3162
Project: Mesos
Issue Type: Task
Components: libprocess
Reporter: Benjamin Mahler
Assignee: Benjamin Mahler
If one uses an http::Pipe::Writer to stream a response, one cannot compare the
writer with another to see if the connection has changed.
This is useful for example, in the master's http api when there is asynchronous
disconnection logic. When we handle the disconnection, it's possible for the
scheduler to have re-subscribed, and so the master needs to tell if the
disconnection event is relevant for the current connection before taking action.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)