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