mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
fix stuff
This commit is contained in:
parent
6e5aa0ddcf
commit
628434a443
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user