Merge pull request #3069 from cuberite/FixHttpHeaderParsing
HTTP: Fixed header parsing.
This commit is contained in:
commit
39144480f5
@ -152,6 +152,7 @@ void cHTTPIncomingRequest::AddHeader(const AString & a_Key, const AString & a_Va
|
|||||||
{
|
{
|
||||||
m_AllowKeepAlive = true;
|
m_AllowKeepAlive = true;
|
||||||
}
|
}
|
||||||
|
Super::AddHeader(a_Key, a_Value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user