Marko Sertic
Marko Sertic
Test case is just using AHC and wiremock as a server and it is just simple spring boot aplication. I can try to remove wiremock and redirect it to google...
Will do so, I have exclude wiremock from equation because much more complex problem fails in real life production environment. but i understand. I will kick out everything except AHC...
Ok but why is this working if i set in AHC configuration .setKeepAlive(false). If I do that step same test passes without Timeout exception ? If on this line [code](https://github.com/Mark0Sertic/async-http-client-test/blob/3ea625abbd1fc447f50e679a6b0aaf597312adbc/src/main/java/com/example/demo/infrastructure/HttpConfiguration.java#L30)...
Hi thank you for your answer, but have been able to reproduce error, on different servers and also locally. I will try to strip down all dependencies and as suggested...