ok2c commented on pull request #224: URL: https://github.com/apache/httpcomponents-core/pull/224#issuecomment-699486906
@cweld510 1. It is not a thread deadlock in its true sense. Apparently some connections stop sending outgoing data due to a race condition. 2. What bothers me is why an entity producer would signal output readiness and have no output data at the same time. This does not sound quite right to me. Can you please find out why `final boolean outputPending = isOutputReady()` returns false? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
