mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-13 05:26:42 +00:00
Remove unnecessary declarations.
This commit is contained in:
parent
f198fc0e62
commit
078c7c7eb7
@ -464,7 +464,6 @@ public void completed(final ManagedAsyncClientConnection connection) {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("{} connected {}", ConnPoolSupport.getId(endpoint), ConnPoolSupport.getId(connection));
|
||||
}
|
||||
final ProtocolVersion protocolVersion = connection.getProtocolVersion();
|
||||
final Timeout socketTimeout = connectionConfig.getSocketTimeout();
|
||||
if (socketTimeout != null) {
|
||||
connection.setSocketTimeout(socketTimeout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user