mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 16:58:22 +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;
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user