1
0
Fork 0

HTTP: Fixed header parsing.

This commit is contained in:
Mattes D 2016-03-03 16:20:11 +01:00
parent 50866be74b
commit 6f174b99bf
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ void cHTTPIncomingRequest::AddHeader(const AString & a_Key, const AString & a_Va
{
m_AllowKeepAlive = true;
}
Super::AddHeader(a_Key, a_Value);
}