diff --git a/AddressBook.cpp b/AddressBook.cpp index 34a7c2ee..64f910e8 100644 --- a/AddressBook.cpp +++ b/AddressBook.cpp @@ -504,8 +504,11 @@ namespace client { std::stringstream request, response; // standard header - request << "GET " << u.path_ << " HTTP/1.1\r\nHost: " << u.host_ - << "\r\nAccept: */*\r\n" << "User-Agent: Wget/1.11.4\r\n" << "Connection: close\r\n"; + request << "GET " << u.path_ << " HTTP/1.1\r\n" + << "Host: " << u.host_ << "\r\n" + << "Accept: */*\r\n" + << "User-Agent: Wget/1.11.4\r\n" + << "Connection: close\r\n"; if (m_Etag.length () > 0) // etag request << i2p::util::http::IF_NONE_MATCH << ": \"" << m_Etag << "\"\r\n"; if (m_LastModified.length () > 0) // if-modfief-since