1
0
mirror of synced 2025-07-19 05:03:13 +03:00

Format code

This commit is contained in:
yhirose
2019-09-16 17:48:17 -04:00
parent 6f8f51496d
commit d599a36c2a

View File

@ -2884,9 +2884,7 @@ inline bool Client::process_request(Stream &strm, const Request &req,
}
if (req.response_handler) {
if(!req.response_handler(res)) {
return false;
}
if (!req.response_handler(res)) { return false; }
}
// Body