You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my scenario I have a slow handshake against the destination server and few requests in a spaced manner.
My idea is to reuse the persistent connection but have the connection with some pre warming all the time, so the next request is made faster.
question
Is there any way to configure, in addition to extending the keep alive and idle timeout, to always have an active connection?
The text was updated successfully, but these errors were encountered:
context:
In my scenario I have a slow handshake against the destination server and few requests in a spaced manner.
My idea is to reuse the persistent connection but have the connection with some pre warming all the time, so the next request is made faster.
question
Is there any way to configure, in addition to extending the keep alive and idle timeout, to always have an active connection?
The text was updated successfully, but these errors were encountered: