Commit 32a3c78a authored by Marian Triebe's avatar Marian Triebe

Fix compile error with GCC 4.7.

parent 1383f4b3
......@@ -10,7 +10,7 @@ using std::endl;
using namespace caf;
using namespace caf::io;
constexpr const char http_ok[] = R"__(HTTP/1.1 200 OK
const char http_ok[] = R"__(HTTP/1.1 200 OK
Content-Type: text/plain
Connection: keep-alive
Transfer-Encoding: chunked
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment