Eric Sheridan

Results 7 comments of Eric Sheridan

Just got an opportunity to look at your code. Still digesting. Looks like you define all Constant types via the "Constant" enum, yet the enum only seems to cover 1,...

thank you for the quick reply. im trying to follow the documentation re: "reqwest::Response::copy_to" as closely as possible but i am still getting the error. below is the sample code,...

after looking at decoder.rs, i suspect the issue im experiencing is because there is no decoder for "zip" files. it looks as though reqwest either supports gzip via "Decoder::gzip" otherwise...

update: im experiencing the same CRC32 error with the same code even if the file type is .tar.gz ("Content-Type: application/z-gzip", "Transfer-Encoding: chunked").

creating the client using the following api fixed the original issue for me. apparently the request needed the deflate value in the acceptencoding request header. unless you feel there is...

Yes, that is correct. Is deflate encoding something that could be detected / supported automatically similar to gzip?