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