Format code
This commit is contained in:
parent
6f8f51496d
commit
d599a36c2a
1 changed files with 2 additions and 4 deletions
|
@ -2884,9 +2884,7 @@ inline bool Client::process_request(Stream &strm, const Request &req,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (req.response_handler) {
|
if (req.response_handler) {
|
||||||
if(!req.response_handler(res)) {
|
if (!req.response_handler(res)) { return false; }
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Body
|
// Body
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue