mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 11:48:30 +00:00
Code format
This commit is contained in:
@@ -3946,7 +3946,7 @@ inline bool Server::write_response(Stream &strm, bool close_connection,
|
|||||||
} else if (res.content_provider_) {
|
} else if (res.content_provider_) {
|
||||||
if (!write_content_with_provider(strm, req, res, boundary,
|
if (!write_content_with_provider(strm, req, res, boundary,
|
||||||
content_type)) {
|
content_type)) {
|
||||||
ret = false;
|
ret = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user