Skip to content

Commit 406552e

Browse files
committed
More work in progress, the message foundations should be sound now. Someone should add the modifiers to the underlying Message concept check.
1 parent 6d77f4d commit 406552e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ namespace boost { namespace network { namespace http {
5555
new connection_impl(
5656
resolver
5757
, follow_redirect_
58-
, host(request)
59-
, lexical_cast<string_type>(port(request))
58+
, host(request_)
59+
, lexical_cast<string_type>(port(request_))
6060
, boost::bind(
6161
&async_connection_policy<Tag, version_major, version_minor>::resolve,
6262
this,

0 commit comments

Comments
 (0)