Skip to content

Commit

Permalink
log also the string body.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Feb 7, 2024
1 parent 3dd3c9f commit a71c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networkhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bool NetworkHelper::performRequest(boost::beast::http::request<boost::beast::htt
// Set some basic fields in the request
req.set(boost::beast::http::field::host, host);
req.set(boost::beast::http::field::user_agent, BOOST_BEAST_VERSION_STRING);

std::cout << "Raw Request: " << req << std:endl;
// Send the HTTP request to the remote host
boost::beast::http::write(stream, req);

Expand Down

0 comments on commit a71c302

Please sign in to comment.