From 06842721d7da53a2235e6e4071760588ec285f90 Mon Sep 17 00:00:00 2001 From: Antony Woods Date: Tue, 14 Oct 2014 09:48:35 +0100 Subject: Wrapped qs_parse as query_string and added tests --- include/http_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/http_connection.h') diff --git a/include/http_connection.h b/include/http_connection.h index 016c270..537be89 100644 --- a/include/http_connection.h +++ b/include/http_connection.h @@ -232,7 +232,7 @@ namespace crow void complete_request() { - CROW_LOG_INFO << "Response: " << this << ' ' << req_.url << ' ' << res.code << ' ' << close_connection_; + CROW_LOG_INFO << "Response: " << this << ' ' << req_.raw_url << ' ' << res.code << ' ' << close_connection_; if (need_to_call_after_handlers_) { -- cgit v1.2.3-54-g00ecf