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

Commit5ac04f5

Browse files
committed
Removing a copy of the request in the connection helper.
1 parentfad2d06 commit5ac04f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/detail/connection_helper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace boost { namespace network { namespace http { namespace detail {
2121

2222
typedeftypename string<Tag>::type string_type;
2323

24-
voidcreate_request(boost::asio::streambuf & request_buffer, string_typeconst & method, basic_request<typename sync_only<Tag>::type> request_)const {
24+
voidcreate_request(boost::asio::streambuf & request_buffer, string_typeconst & method, basic_request<typename sync_only<Tag>::type>const &request_)const {
2525
// TODO make this use Boost.Karma instead of an ad-hoc implementation
2626
std::ostreamrequest_stream(&request_buffer);
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp