From 628434a4432753cd097fedf309f9250a7ab9e41c Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Mon, 28 Aug 2017 22:26:00 +0200 Subject: [PATCH] fix stuff --- http_server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/http_server.c b/http_server.c index 78ba035..7bc8439 100644 --- a/http_server.c +++ b/http_server.c @@ -411,6 +411,7 @@ dictionary decode_request(int client,const char* method,const char* query) LOG("Bad request\n"); return NULL; } + LOG("ContentType %s\n", ctype); // decide what to do with the data if(strstr(ctype,FORM_URL_ENCODE) > 0) {