phreed commented on issue #6123:
URL: https://github.com/apache/opendal/issues/6123#issuecomment-2843670097

   While I was in client.rs I noticed the following as well...
   
https://github.com/apache/opendal/blob/v0.53.1/core/src/raw/http_util/client.rs#L236
 
   ```rust
   let resp = hr.body(bs).expect("response must build succeed");
   ```
   Does this message make sense?
   Does it mean "this response must successfully build"? or something else?
   Is there enough information provided to be able to fix a problem with `bs`?


-- 
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]

Reply via email to