Hello, I was attempting to set the timeout on a connection manager in HTTP Client 4.1.
The constant ConnManagerPNames.html#TIMEOUT is deprecated in favor of CoreConnectionPNames.html#CONNECTION_TIMEOUT. However the underlying value for CoreConnectionPNames.html#CONNECTION_TIMEOUT is "http.connection.timeout" where as CoreConnectionPNames.html#CONNECTION_TIMEOUT corresponds to "http.conn-man.timeout. I wanted to make sure this is correct and intentional. It makes sense logically since the connection timeout means that something will eventually be returned to an exhausted pool. Thanks, Derick
