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 348cada commit dd7dd8cCopy full SHA for dd7dd8c
boost/network/protocol/http/server.hpp
@@ -37,7 +37,6 @@ namespace boost { namespace network { namespace http {
37
tcp::resolver::query query(address, port);
38
tcp::endpoint endpoint = *resolver.resolve(query);
39
acceptor_.open(endpoint.protocol());
40
- acceptor_.set_option(tcp::acceptor::reuse_address(true));
41
acceptor_.bind(endpoint);
42
acceptor_.listen();
43
acceptor_.async_accept(new_connection->socket(),
0 commit comments