rclone/fs/fshttp
你知道未来吗 fd2322cb41
fs/fshttp: fix --contimeout being ignored
The following command will block for 60s(default) when the network is slow or unavailable:

```
rclone  --contimeout 10s --low-level-retries 0 lsd dropbox:
```

This change will make it timeout after the expected 10s.

Signed-off-by: rkonfj <rkonfj@gmail.com>
2023-11-24 17:53:33 +00:00
..
dialer.go fs/fshttp: fix --contimeout being ignored 2023-11-24 17:53:33 +00:00
http.go fs/fshttp: fix --contimeout being ignored 2023-11-24 17:53:33 +00:00
http_test.go lib/structs: factor reflection based structure manipulation into a library 2020-06-10 12:28:48 +01:00
prometheus.go fshttp: add prometheus metrics for HTTP status code 2021-11-17 18:38:12 +03:00