A barebone project to reproduce io.ktor.client.plugins.HttpTimeout plugin issue when used in parallel with
io.ktor.client.plugins.HttpRequestRetry
gradle installDist./build/install/ktor-retry-plugin-issue-example/bin/ktor-retry-plugin-issue-exampledocker build -t example .docker run exampleThe connectTimeoutMillis is not respected and the HttpRequestRetry plugin starts retrying requests.
In addition, if the HttpTimeout plugin is installed after HttpRequestRetry the requestTimeoutMillis is not
respected as well.