1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-29 11:59:48 +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;
else
// The other type will be undestant as binary
return "application/octet-stream";
return true;
//return "application/octet-stream";
}
int match_int(const char* search)