This commit is contained in:
lenheart 2024-06-04 20:01:01 +08:00
parent a17a3d6bb9
commit aafb5dfb0a
1 changed files with 2 additions and 2 deletions

View File

@ -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;