We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f69107 commit 04e89f7Copy full SHA for 04e89f7
1 file changed
boost/network/protocol/http/client/facade.hpp
@@ -122,7 +122,7 @@ class basic_client_facade {
122
} else {
123
if (boost::empty(content_type_headers)) {
124
typedef typename char_<Tag>::type char_type;
125
- static char_type content_type[] = "x-application/octet-stream";
+ static char_type* content_type = "x-application/octet-stream";
126
request << header("Content-Type", content_type);
127
}
128
@@ -227,7 +227,7 @@ class basic_client_facade {
227
228
229
230
231
232
233
0 commit comments