Loading plugins/letsencrypt/letsencrypt.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -128,9 +128,9 @@ namespace blogi { // Respond with key authorization libhttppp::HttpResponse resp; resp.setState(200); resp.setState(HTTP200); resp.setContentType("text/plain"); resp.send(req, it->second.c_str(), it->second.size()); resp.send(req, it->second); return true; } Loading Loading
plugins/letsencrypt/letsencrypt.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -128,9 +128,9 @@ namespace blogi { // Respond with key authorization libhttppp::HttpResponse resp; resp.setState(200); resp.setState(HTTP200); resp.setContentType("text/plain"); resp.send(req, it->second.c_str(), it->second.size()); resp.send(req, it->second); return true; } Loading