MCPcopy Create free account
hub / github.com/Icinga/icinga2 / IsClientDisconnected

Method IsClientDisconnected

lib/remote/httpmessage.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216bool HttpApiResponse::IsClientDisconnected() const
217{
218 ASSERT(m_Server);
219 return m_Server->Disconnected();
220}
221
222template<bool isRequest, typename Body, typename StreamVariant>
223void OutgoingHttpMessage<isRequest, Body, StreamVariant>::SendFile(

Callers 2

HandleRequestMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

DisconnectedMethod · 0.80

Tested by

no test coverage detected