Fix multipart form data parsing

This commit is contained in:
Chunting Gu
2019-04-18 16:20:45 +08:00
parent e621025cc3
commit 4721d50363
9 changed files with 142 additions and 63 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ private:
};
Step step_ = kStart;
FormPart part_;
FormPartPtr part_;
};
} // namespace webcc