We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb4eea08 commitd2f806fCopy full SHA for d2f806f
boost/network/protocol/http/client/facade.hpp
@@ -131,7 +131,7 @@ class basic_client_facade {
131
}else {
132
if (boost::empty(content_type_headers)) {
133
typedeftypename char_<Tag>::type char_type;
134
-static char_type content_type[] ="x-application/octet-stream";
+static char_type* content_type ="x-application/octet-stream";
135
request <<header("Content-Type", content_type);
136
}
137
@@ -236,7 +236,7 @@ class basic_client_facade {
236
237
238
239
240
241
242