11212
This commit is contained in:
@@ -120,9 +120,9 @@ static std::string make_request(const std::string &host, const std::string &port
|
||||
std::string header;
|
||||
while (std::getline(response_stream, header) && header != "\r")
|
||||
{
|
||||
std::cout << header << "\n";
|
||||
// std::cout << header << "\n";
|
||||
}
|
||||
std::cout << "\n";
|
||||
// std::cout << "\n";
|
||||
|
||||
// Write whatever content we already have to output.
|
||||
std::ostringstream response_body;
|
||||
|
||||
Reference in New Issue
Block a user