ok2c commented on PR #516: URL: https://github.com/apache/httpcomponents-core/pull/516#issuecomment-2708325915
@CelestiaTheDryad My apologies it has taken me so long I think I have managed to fix the concurrency issues without resorting to thread synchronization. (I did try using an output lock but immediately ran into deadlock situations in complex multi-threaded tests) https://github.com/ok2c/httpcomponents-core/commit/d2403e324a4e2551f55a2336668c81c8b5a5acbe fixed a somewhat similar issue in the client stream handler and [this ](https://github.com/ok2c/httpcomponents-core/commit/665153799273d7fd2f0cdfc39d21ed34f9c737e6) should fix the defect you have reported. I was not able to reproduce the issue locally. I added two more integrations test for completeness but they were passing for me without the fix. Could you please review / test the fix locally and give me feedback? -- 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