We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2709575 commit db10c8eCopy full SHA for db10c8e
client/src/main/java/org/asynchttpclient/Realm.java
@@ -272,7 +272,7 @@ public static class Builder {
272
private String methodName = GET;
273
private boolean usePreemptive;
274
private String ntlmDomain = System.getProperty("http.auth.ntlm.domain");
275
- private static Charset charset = UTF_8;
+ private Charset charset = UTF_8;
276
private String ntlmHost = "localhost";
277
private boolean useAbsoluteURI;
278
private boolean omitQuery;
0 commit comments