summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer/MultipartParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/HTTPServer/MultipartParser.cpp')
-rw-r--r--source/HTTPServer/MultipartParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/HTTPServer/MultipartParser.cpp b/source/HTTPServer/MultipartParser.cpp
index 7df151dc3..b49f6ec07 100644
--- a/source/HTTPServer/MultipartParser.cpp
+++ b/source/HTTPServer/MultipartParser.cpp
@@ -116,6 +116,7 @@ cMultipartParser::cMultipartParser(const AString & a_ContentType, cCallbacks & a
// Find the multipart boundary:
ContentType.erase(0, idxSC + 1);
cNameValueParser CTParser(ContentType.c_str(), ContentType.size());
+ CTParser.Finish();
if (!CTParser.IsValid())
{
m_IsValid = false;