Fixed warnings in HTTP parser.
This commit is contained in:
@@ -109,6 +109,11 @@ bool cHTTPFormParser::Finish(void)
|
||||
ParseFormUrlEncoded();
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
// Nothing needed for other formats
|
||||
break;
|
||||
}
|
||||
}
|
||||
return (m_IsValid && m_IncomingData.empty());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user