| 6507 | } |
| 6508 | |
| 6509 | inline std::string |
| 6510 | ClientImpl::adjust_host_string(const std::string& host) const { |
| 6511 | if (host.find(':') != std::string::npos) { return "[" + host + "]"; } |
| 6512 | return host; |
| 6513 | } |
| 6514 | |
| 6515 | inline bool ClientImpl::process_request(Stream& strm, Request& req, |
| 6516 | Response& res, bool close_connection, |