alamb commented on issue #395: URL: https://github.com/apache/arrow-rs-object-store/issues/395#issuecomment-2946399713
I tested and it seems the issue was introduced wiht reqwest 0.12.16: https://crates.io/crates/reqwest/0.12.16 | reqwest version | test passes | |--------|--------| | 0.12.15 | PASS | | 0.12.16 | FAIL | | 0.12.17 | FAIL | | 0.12.18 | FAIL | | 0.12.19 | FAIL| https://github.com/seanmonstar/reqwest/releases/tag/v0.12.16 Possibly related: > refactor: use hyper-util's proxy::Matcher by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2681 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
