added QSE_HTRD_STRICT

added qse_perdechttpstr()
This commit is contained in:
2012-04-15 08:36:14 +00:00
parent 8ccc2698d6
commit 4488041fd3
6 changed files with 90 additions and 12 deletions

View File

@ -1038,6 +1038,11 @@ static int process_request (
method = qse_htre_getqmethodtype(req);
content_received = (qse_htre_getcontentlen(req) > 0);
/* percent-decode the query path to the original buffer
* since i'm not gonna need it in the original form
* any more */
qse_perdechttpstr (qse_htre_getqpath(req), qse_htre_getqpath(req));
qse_printf (QSE_T("================================\n"));
qse_printf (QSE_T("[%lu] %hs REQUEST ==> [%hs] version[%d.%d %hs] method[%hs]\n"),
(unsigned long)time(NULL),