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 620a0c5 commit 218cdbaCopy full SHA for 218cdba
boost/network/protocol/http/server/async_connection.hpp
@@ -387,7 +387,7 @@ struct async_connection
387
388
void start() {
389
typename ostringstream<Tag>::type ip_stream;
390
- ip_stream << socket_.remote_endpoint().address().to_v4().to_string() << ':'
+ ip_stream << socket_.remote_endpoint().address().to_string() << ':'
391
<< socket_.remote_endpoint().port();
392
request_.source = ip_stream.str();
393
read_more(method);
0 commit comments