Fix multipart form data parsing
This commit is contained in:
@@ -43,7 +43,7 @@ private:
|
||||
};
|
||||
Step step_ = kStart;
|
||||
|
||||
FormPart part_;
|
||||
FormPartPtr part_;
|
||||
};
|
||||
|
||||
} // namespace webcc
|
||||
|
||||
Reference in New Issue
Block a user