Skip to content

Commit b86c5e7

Browse files
author
Stephane Landelle
committed
This library is NOT Ning
1 parent bfe31f0 commit b86c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static boolean defaultCompressionEnabled() {
6666
}
6767

6868
public static String defaultUserAgent() {
69-
return System.getProperty(ASYNC_CLIENT + "userAgent", "NING/1.0");
69+
return System.getProperty(ASYNC_CLIENT + "userAgent", "AHC/1.0");
7070
}
7171

7272
public static int defaultIoThreadMultiplier() {

0 commit comments

Comments
 (0)