diff options
Diffstat (limited to 'http.cpp')
-rw-r--r-- | http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |