Feature #2788
Limit timeouts in stat when using remote location
Status: | Closed | Start date: | 03/20/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Storage | |||
Target version: | Release 4.6 | |||
Resolution: | fixed | Pull request: |
Description
stat uses fs_size, for remote locations this is based on curl and HTTP headers. This needs to be limited with --connect-timeout <seconds> and probably -m/--max-time <seconds>
Associated revisions
feature #2788: add timeout to http fs_size to 1 minute
History
#1 Updated by Javi Fontan over 7 years ago
The parameter --max-time is enough as is both the connection and the download, in this case the headers.
#2 Updated by Ruben S. Montero over 7 years ago
- Status changed from Pending to New
#3 Updated by Javi Fontan over 7 years ago
- Status changed from New to Closed
- Resolution set to fixed