diff --git a/sandbox/client/client.cpp b/sandbox/client/client.cpp index 8a002a8..2038a3b 100644 --- a/sandbox/client/client.cpp +++ b/sandbox/client/client.cpp @@ -24,8 +24,8 @@ void http_client() } Packet packet; - std::string str = "GET / HTTP/1.1\r\n" - "Host: 127.0.0.1:10001\r\n\r\n" + std::string str = "GET / HTTP/1.1 \r\n" + "Host: 127.0.0.1:10001 \r\n\r\n" "Body jylkdkjlkjlkjlkjlkj"; packet.push(str.c_str(), str.length());