Skip to content

Commit ae3ac52

Browse files
author
Stephane Landelle
committed
Fix setMaxConnectionsPerHost javadoc, close AsyncHttpClient#772
1 parent 3072354 commit ae3ac52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ public Builder setMaxConnections(int maxConnections) {
604604
}
605605

606606
/**
607-
* Set the maximum number of connections per hosts an {@link AsyncHttpClient} can handle.
607+
* Set the maximum number of connections per (scheme, host, port) an {@link AsyncHttpClient} can handle.
608608
*
609-
* @param maxConnectionsPerHost the maximum number of connections per host an {@link AsyncHttpClient} can handle.
609+
* @param maxConnectionsPerHost the maximum number of connections per (scheme, host, port) an {@link AsyncHttpClient} can handle.
610610
* @return a {@link Builder}
611611
*/
612612
public Builder setMaxConnectionsPerHost(int maxConnectionsPerHost) {

0 commit comments

Comments
 (0)