11212
This commit is contained in:
parent
a17a3d6bb9
commit
aafb5dfb0a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue