We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad2d06 commit 5ac04f5Copy full SHA for 5ac04f5
boost/network/protocol/http/detail/connection_helper.hpp
@@ -21,7 +21,7 @@ namespace boost { namespace network { namespace http { namespace detail {
21
22
typedef typename string<Tag>::type string_type;
23
24
- void create_request(boost::asio::streambuf & request_buffer, string_type const & method, basic_request<typename sync_only<Tag>::type> request_) const {
+ void create_request(boost::asio::streambuf & request_buffer, string_type const & method, basic_request<typename sync_only<Tag>::type> const & request_) const {
25
// TODO make this use Boost.Karma instead of an ad-hoc implementation
26
std::ostream request_stream(&request_buffer);
27
0 commit comments