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.
1 parent 169ddaf commit 6fe6679Copy full SHA for 6fe6679
Release/src/http/client/http_linux.cpp
@@ -335,7 +335,7 @@ namespace web { namespace http
335
336
if (ctx->m_connection->m_socket.is_open())
337
{
338
- begin_send(ctx);
+ write_request(ctx);
339
}
340
else
341
@@ -392,7 +392,7 @@ namespace web { namespace http
392
393
394
395
- void begin_send(std::shared_ptr<linux_client_request_context> ctx)
+ void write_request(std::shared_ptr<linux_client_request_context> ctx)
396
397
if (ctx->m_ssl_stream)
398
@@ -408,7 +408,7 @@ namespace web { namespace http
408
409
if (!ec)
410
411
412
413
else if (endpoints == tcp::resolver::iterator())
414
0 commit comments