Remove two error codes

This commit is contained in:
Chunting Gu
2019-04-16 16:59:58 +08:00
parent e63dc748ab
commit 5553a70603
4 changed files with 7 additions and 16 deletions
+2 -2
View File
@@ -156,8 +156,8 @@ class FormPart {
public:
FormPart() = default;
explicit FormPart(const std::string& name, const Path& path,
const std::string& mime_type = "");
FormPart(const std::string& name, const Path& path,
const std::string& mime_type = "");
FormPart(const std::string& name, std::string&& data,
const std::string& mime_type = "");