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 eeae094 commit 897f672Copy full SHA for 897f672
src/httpserver.cpp
@@ -158,7 +158,7 @@ class http_connection : public std::enable_shared_from_this<http_connection>
158
beast::ostream(response_.body()) << lambda_(std::move(url));
159
} else if (target.find("/api/reinit") == 0) {
160
response_.set(http::field::content_type, "text/plain");
161
- beast::ostream(response_.body()) << "Received Reinitialize Request OK\r\n";
+ beast::ostream(response_.body()) << "REINITReceived Reinitialize Request OK\r\n";
162
} else {
163
response_.result(http::status::not_found);
164
0 commit comments