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
I want to http request try best to reuse the previous connections.
parallelized handle the http get/post request with a pool and this parallelized request reuse previous connections so that can avoid rebuild the connection.
Is cpr can implement this?
Possible Solution
add some setting or config
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I am very careful for latency.
so the best solution i come out with is:
I want to http request try best to reuse the previous connections.
parallelized handle the http get/post request with a pool and this parallelized request reuse previous connections so that can avoid rebuild the connection.
Is cpr can implement this?
Possible Solution
add some setting or config
The text was updated successfully, but these errors were encountered: