Home
last modified time | relevance | path

Searched refs:m_HasStartedStreaming (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/remote/
H A Dhttpserverconnection.hpp43 bool m_HasStartedStreaming; member in icinga::HttpServerConnection
H A Dhttpserverconnection.cpp43 …), m_Seen(Utility::GetTime()), m_IoStrand(io), m_ShuttingDown(false), m_HasStartedStreaming(false), in HttpServerConnection()
116 m_HasStartedStreaming = true; in StartStreaming()
571 …rocessRequest(*m_Stream, request, authenticatedUser, response, *this, m_HasStartedStreaming, yc)) { in ProcessMessages()