@ -2066,8 +2066,7 @@ inline void Client::write_request(Stream& strm, Request& req)
path.c_str());
// Headers
if (!req.has_header("Host"))
{
if (!req.has_header("Host")) {
if (is_ssl()) {
if (port_ == 443) {
req.set_header("Host", host_.c_str());
The note is not visible to the blocked user.