Fixing an infinite loop when downloading patches over HTTP that use chunked encoding
Dependencies
- [2]
7Z3KZV6GRetry HTTP downloads if we don't get a full patch - [3]
LZOGKBJXnew command `pijul client` for authenticating to a HTTP server - [4]
VBMXB443Retrying if the HTTP connection drops while reading the body - [5]
IQ4FCHPZHTTP connections: pooling + retry on error - [6]
OIOMXESDBetter error handling in HTTP - [7]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [8]
BVVMTOYWProper renaming of changes downloaded over HTTP - [*]
FBXYP7QMForgot to add remote::http
Change contents
- replacement in pijul/src/remote/http.rs at line 94
let mut size = reslet mut size: Option<usize> = res - replacement in pijul/src/remote/http.rs at line 98
.unwrap_or("0").parse::<usize>().ok();.and_then(|x| x.parse().ok());