We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 620a0c5 + 218cdba commit 3ceb0e3Copy full SHA for 3ceb0e3
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