Skip to content

Commit 2826162

Browse files
idlemanglynos
authored andcommitted
So the connection don´t makes a copy of the handler, https://groups.google.com/forum/?fromgroups#!topic/cpp-netlib/rz54sRpo7WI
1 parent d9f8902 commit 2826162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/server/async_connection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ namespace boost { namespace network { namespace http {
447447
thread_pool().post(
448448
boost::bind(
449449
&Handler::operator(),
450-
handler,
450+
&handler,
451451
cref(request_),
452452
async_connection<Tag,Handler>::shared_from_this()));
453453
return;

0 commit comments

Comments
 (0)