Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2826162

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 parentd9f8902 commit2826162

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)

[8]ページ先頭

©2009-2025 Movatter.jp