mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Code format
This commit is contained in:
parent
964fb5e5ca
commit
7de743c962
1 changed files with 1 additions and 1 deletions
|
@ -3946,7 +3946,7 @@ inline bool Server::write_response(Stream &strm, bool close_connection,
|
|||
} else if (res.content_provider_) {
|
||||
if (!write_content_with_provider(strm, req, res, boundary,
|
||||
content_type)) {
|
||||
ret = false;
|
||||
ret = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue