Renamed HTTPResponse to HTTPOutgoingResponse.
This commit is contained in:
@@ -59,7 +59,7 @@ void cHTTPServerConnection::SendNeedAuth(const AString & a_Realm)
|
||||
|
||||
|
||||
|
||||
void cHTTPServerConnection::Send(const cHTTPResponse & a_Response)
|
||||
void cHTTPServerConnection::Send(const cHTTPOutgoingResponse & a_Response)
|
||||
{
|
||||
ASSERT(m_CurrentRequest != nullptr);
|
||||
AString toSend;
|
||||
|
||||
Reference in New Issue
Block a user