| 7249 | } |
| 7250 | |
| 7251 | inline std::string |
| 7252 | ClientImpl::adjust_host_string(const std::string &host) const { |
| 7253 | if (host.find(':') != std::string::npos) { return "[" + host + "]"; } |
| 7254 | return host; |
| 7255 | } |
| 7256 | |
| 7257 | inline bool ClientImpl::process_request(Stream &strm, Request &req, |
| 7258 | Response &res, bool close_connection, |
nothing calls this directly
no outgoing calls
no test coverage detected