fix stuff

This commit is contained in:
Xuan Sang LE 2017-08-28 22:26:00 +02:00
parent 6e5aa0ddcf
commit 628434a443

View File

@ -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)
{