Removed unnecessary CRLF at the end of multipart ranges data

This commit is contained in:
yhirose 2023-07-29 23:01:47 -04:00
parent e699bd0730
commit 01b90829bc
2 changed files with 5 additions and 5 deletions

View file

@ -4530,7 +4530,7 @@ bool process_multipart_ranges_data(const Request &req, Response &res,
ctoken("--");
stoken(boundary);
ctoken("--\r\n");
ctoken("--");
return true;
}