Skip to content

Commit 77eb5b9

Browse files
author
Stephane Landelle
committed
Fix setMaxConnectionsPerHost javadoc, close AsyncHttpClient#772
1 parent 0cb0ee1 commit 77eb5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

526526
/**
527-
* Set the maximum number of connections per hosts an {@link com.ning.http.client.AsyncHttpClient} can handle.
527+
* Set the maximum number of connections per (scheme, host, port) an {@link com.ning.http.client.AsyncHttpClient} can handle.
528528
*
529-
* @param maxConnectionsPerHost the maximum number of connections per host an {@link com.ning.http.client.AsyncHttpClient} can handle.
529+
* @param maxConnectionsPerHost the maximum number of connections per (scheme, host, port) an {@link com.ning.http.client.AsyncHttpClient} can handle.
530530
* @return a {@link Builder}
531531
*/
532532
public Builder setMaxConnectionsPerHost(int maxConnectionsPerHost) {

0 commit comments

Comments
 (0)