Take a look at [1], which fixes the empty response bug in the non-minimal clients. Does this look right to you? I'm not really convinced. It seems wrong that this would have to be fixed separately in every client.
[1] https://github.com/apache/httpcomponents-client/commit/754d24853312d92a792a68ce21f062fe0fa5c0da On Tue, Dec 10, 2019 at 5:11 AM Oleg Kalnichevski <[email protected]> wrote: > On Mon, 2019-12-09 at 21:10 -0800, Ryan Schmitt wrote: > > I've opened a PR [1] that adds a decent amount of client-based test > > coverage for the reactive extensions. As I mentioned in the commit > > message, > > these tests indicate the existence of at least two bugs that need to > > be > > addressed. In the case of `testSequentialHeadRequests`, I have > > additional > > changes (which I will also publish shortly) that fixes this issue for > > non-minimal clients, but I have yet to fix the issue on minimal > > clients. > > For the other, non-deterministic failure, I don't have a fix yet, and > > I may > > need help finding the root cause. > > > > [1] https://github.com/apache/httpcomponents-client/pull/181 > > Let me know how I can be of help > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
