@@ -5970,7 +5970,7 @@ public:
FormDataParser() = default;
void set_boundary(std::string &&boundary) {
boundary_ = boundary;
boundary_ = std::move(boundary);
dash_boundary_crlf_ = dash_ + boundary_ + crlf_;
crlf_dash_boundary_ = crlf_ + dash_ + boundary_;
}
The note is not visible to the blocked user.