Searched refs:response_to_error_limit_ (Results 1 – 2 of 2) sorted by relevance
228 const size_t response_to_error_limit_ = 500; variable
453 body.substr(0, std::min(body.size(), response_to_error_limit_)), "'"); in Send()