bonsairobo opened a new issue, #6586: URL: https://github.com/apache/opendal/issues/6586
### Describe the bug I am trying to `impl HttpFetch` for a newtype wrapper around `reqwest_middleware::ClientWithMiddleware` by copying the code from `impl HttpFetch for reqwest::Client`. This almost works except we can't call `Error::with_temporary` because it's private. ### Steps to Reproduce Try calling `Error::with_temporary`. ### Expected Behavior `Error::with_temporary` can be called. ### Additional Context _No response_ ### Are you willing to submit a PR to fix this bug? - [x] Yes, I would like to submit a PR. -- 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]
