We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55fbd1b + 2f199eb commit 9a05772Copy full SHA for 9a05772
boost/network/protocol/http/client/connection/async_normal.hpp
@@ -204,7 +204,7 @@ struct http_async_connection
204
void handle_sent_request(bool get_body, body_callback_function_type callback,
205
body_generator_function_type generator,
206
boost::system::error_code const& ec,
207
- std::size_t bytes_transferred) {
+ std::size_t /*bytes_transferred*/) { // TODO(unassigned): use-case?
208
if (!is_timedout_ && !ec) {
209
if (generator) {
210
// Here we write some more data that the generator provides, before we
0 commit comments