arturobernalg opened a new pull request, #630: URL: https://github.com/apache/httpcomponents-client/pull/630
This PR fixes an issue with the `isRepeatable` method in `RequestEntityProxy`. Previously, if the underlying entity was non-repeatable, the proxy would incorrectly return false even before consumption. The fix ensures that the proxy is always considered repeatable until it is consumed, regardless of the underlying entity's repeatability. Tests have been updated to validate this behavior. -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org