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