mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
Don't set timeout for fs-id-list (#2862)
Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
parent
5c4c8336a5
commit
92af45825e
@ -4296,7 +4296,7 @@ get_needed_fs_id_list (HttpTxTask *task, Connection *conn, GList **fs_id_list)
|
||||
int curl_error;
|
||||
if (http_get (curl, url, task->token, &status,
|
||||
&rsp_content, &rsp_size,
|
||||
NULL, NULL, (!task->is_clone), &curl_error) < 0) {
|
||||
NULL, NULL, FALSE, &curl_error) < 0) {
|
||||
conn->release = TRUE;
|
||||
handle_curl_errors (task, curl_error);
|
||||
ret = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user