1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 05:29:47 +02:00

add stuff

This commit is contained in:
lxsang 2016-11-13 18:39:41 +01:00
parent 0c1dd101a8
commit e632e29302

View File

@ -231,7 +231,8 @@ int is_bin(const char* file)
return true; return true;
else else
// The other type will be undestant as binary // The other type will be undestant as binary
return "application/octet-stream"; return true;
//return "application/octet-stream";
} }
int match_int(const char* search) int match_int(const char* search)