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
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
In Connection.java:, there are 4 places found with code
request.setHeader("Connection", "close");This line of code disabled the keep-alive feature, so the connection will be discarded instead of pooled.
I don't know why did the author explicitly disabled keep-alive feature while using a PooledHttpClient.