Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit fb8d986

Browse files
committed
Update boost/network/protocol/http/server/async_connection.hpp
1 parent 13b82ed commit fb8d986

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)