mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Removed unnecessary CRLF at the end of multipart ranges data
This commit is contained in:
parent
e699bd0730
commit
01b90829bc
2 changed files with 5 additions and 5 deletions
|
@ -4530,7 +4530,7 @@ bool process_multipart_ranges_data(const Request &req, Response &res,
|
|||
|
||||
ctoken("--");
|
||||
stoken(boundary);
|
||||
ctoken("--\r\n");
|
||||
ctoken("--");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue