eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.32k stars 2.08k forks source link

Getting HttpClosedException: Connection was closed for alternate HTTP API calls #5199

Closed Bhuvnesh021 closed 2 months ago

Bhuvnesh021 commented 6 months ago

Hi I am getting HttpClosedException on alternate basis.
Basically I am doing two API calls in single context and my first time is taking around 3-4 seconds so after getting success If I am again doing same call this time request is failing with this exception. Below is the configurations which I am using.

IDLE_TIMEOUT=5 Seconds KEEP_ALIVE_TIMEOUT=60 Seconds KEEP_ALIVE=true MAX_POOL_SIZE=50 CONNECTION_TIMEOUT=5 Seconds

Version

4.5.3

Context

Do you have a reproducer?

YES

tsegismont commented 5 months ago

Can you please share the link to the reproducer?

tsegismont commented 2 months ago

Cannot reproduce