mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-13 11:13:17 +01:00
fixed various bugs (see SF tracker)
This commit is contained in:
@@ -124,6 +124,7 @@ void HTMLForm::addPart(const std::string& name, PartSource* pSource)
|
||||
|
||||
void HTMLForm::load(const HTTPRequest& request, std::istream& requestBody, PartHandler& handler)
|
||||
{
|
||||
clear();
|
||||
if (request.getMethod() == HTTPRequest::HTTP_POST)
|
||||
{
|
||||
std::string mediaType;
|
||||
|
||||
Reference in New Issue
Block a user