HeartPattern opened a new pull request, #358: URL: https://github.com/apache/httpcomponents-core/pull/358
These classes are returning true for `isRepeatable` but actually not repeatable. They does not reset bytebuf pointer after producing, and some of them clear bytebuf on `releaseResources`, which make producer produce empty data on repeat. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
