Skip to content

Commit

Permalink
Fix ssl doc typo, close #87
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Landelle committed Mar 8, 2013
1 parent 9150240 commit 005c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/site/apt/ssl.apt
Expand Up @@ -35,6 +35,6 @@ SecureRandom secureRandom = new SecureRandom();
SSLContext sslContext = SSLContext.getInstance("TLS");
sslContext.init(keyManagers, trustManagers, secureRandom);
Builder builder = new AsyncHttpClientConfig.Builder();
builder.setSSLContext(myOwnThreadPool);
builder.setSSLContext(sslContext);
AsyncHttpClient client = new AsyncHttpClient(builder.build());
+-----+

0 comments on commit 005c666

Please sign in to comment.