Skip to content

Commit 84cf23d

Browse files
committed
Properly set sslSessionTimeout, close AsyncHttpClient#945
1 parent 632db6f commit 84cf23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/AsyncHttpClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private AsyncHttpClientConfig(int connectTimeout,//
150150
this.enabledProtocols = enabledProtocols;
151151
this.enabledCipherSuites = enabledCipherSuites;
152152
this.sslSessionCacheSize = sslSessionCacheSize;
153-
this.sslSessionTimeout = sslSessionCacheSize;
153+
this.sslSessionTimeout = sslSessionTimeout;
154154
this.providerConfig = providerConfig;
155155
}
156156

0 commit comments

Comments
 (0)