From cbfc28a946ded64e9402e1e6d32511150339ec72 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 Apr 2020 20:09:04 +0200 Subject: Prepare DocRoot(), WIP --- http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http.cpp') diff --git a/http.cpp b/http.cpp index aea4e07..eb4dc8c 100644 --- a/http.cpp +++ b/http.cpp @@ -153,7 +153,7 @@ handle_request( // Build the path to the requested file std::string path = path_cat(doc_root, req.target()); - std::cout << "DEBUG: " << req["host"] << std::endl; + std::cout << "DEBUG: " << req["host"] << "|" << req.target() << std::endl; if(req.target().back() == '/') path.append("index.html"); -- cgit v1.2.3