| 146 | |
| 147 | template<bool isRequest, typename Body, typename StreamVariant> |
| 148 | void OutgoingHttpMessage<isRequest, Body, StreamVariant>::Clear() |
| 149 | { |
| 150 | ASSERT(!m_SerializationStarted); |
| 151 | Base::operator=({}); |
| 152 | } |
| 153 | |
| 154 | template<bool isRequest, typename Body, typename StreamVariant> |
| 155 | void OutgoingHttpMessage<isRequest, Body, StreamVariant>::Flush(boost::asio::yield_context yc, bool finish) |
no outgoing calls
no test coverage detected