HTTP: Fixed header parsing.
This commit is contained in:
parent
50866be74b
commit
6f174b99bf
@ -152,6 +152,7 @@ void cHTTPIncomingRequest::AddHeader(const AString & a_Key, const AString & a_Va
|
||||
{
|
||||
m_AllowKeepAlive = true;
|
||||
}
|
||||
Super::AddHeader(a_Key, a_Value);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user