HTTP: Added missing HasAuth flag initialization.
This commit is contained in:
parent
39144480f5
commit
72467fe0d4
@ -107,7 +107,8 @@ void cHTTPOutgoingResponse::AppendToData(AString & a_DataStream) const
|
|||||||
cHTTPIncomingRequest::cHTTPIncomingRequest(const AString & a_Method, const AString & a_URL):
|
cHTTPIncomingRequest::cHTTPIncomingRequest(const AString & a_Method, const AString & a_URL):
|
||||||
Super(mkRequest),
|
Super(mkRequest),
|
||||||
m_Method(a_Method),
|
m_Method(a_Method),
|
||||||
m_URL(a_URL)
|
m_URL(a_URL),
|
||||||
|
m_HasAuth(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user