@ -2884,9 +2884,7 @@ inline bool Client::process_request(Stream &strm, const Request &req,
}
if (req.response_handler) {
if(!req.response_handler(res)) {
if (!req.response_handler(res)) { return false; }
return false;
// Body
The note is not visible to the blocked user.