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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy