Truncate files when restarting a HTTP transfer
[?]
Feb 28, 2021, 9:22 PM
4CEHBW7Y62VLVCMXAWEXQLXW2TC2JDM4I6GHDCO36EYNHSK5EJ7ACDependencies
- [2]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [3]
IQ4FCHPZHTTP connections: pooling + retry on error - [4]
VBMXB443Retrying if the HTTP connection drops while reading the body - [*]
FBXYP7QMForgot to add remote::http
Change contents
- replacement in pijul/src/remote/http.rs at line 36
error!("HTTP error, retrying in {} seconds", delay.round());debug!("HTTP error, retrying in {} seconds", delay.round()); - edit in pijul/src/remote/http.rs at line 38
f.set_len(0)?;