1
0
mirror of synced 2025-04-20 11:47:43 +03:00

Code format

This commit is contained in:
yhirose 2020-07-04 00:11:32 -04:00
parent 964fb5e5ca
commit 7de743c962

View File

@ -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;
} }
} }
} }