【1】修复HTTP Expect头部缺失时POST卡顿的问题;
【2】TODO:尝试增加multiple delete objects API,尚未成功(AccessDenied);
This commit is contained in:
3
cache/tango_cache_transfer.h
vendored
3
cache/tango_cache_transfer.h
vendored
@@ -9,8 +9,11 @@
|
||||
void tango_cache_curl_put_done(struct tango_cache_ctx *ctx, CURLcode res, long res_code);
|
||||
void tango_cache_curl_get_done(struct tango_cache_ctx *ctx, CURLcode res, long res_code);
|
||||
void tango_cache_curl_del_done(struct tango_cache_ctx *ctx, CURLcode res, long res_code);
|
||||
void tango_cache_curl_muldel_done(struct tango_cache_ctx *ctx, CURLcode res, long res_code);
|
||||
|
||||
int cache_delete_minio_object(struct tango_cache_ctx *ctx);
|
||||
int tango_cache_multi_delete_start(struct tango_cache_ctx *ctx);
|
||||
|
||||
int cache_kick_upload_minio_end(struct tango_cache_ctx *ctx);
|
||||
bool cache_kick_upload_minio_multipart(struct tango_cache_ctx *ctx, size_t block_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user