Skip to content

Commit db10c8e

Browse files
committed
RFC 7616: fixed failing testcases in pipelines
1 parent 2709575 commit db10c8e

File tree

1 file changed

+1
-1
lines changed
  • client/src/main/java/org/asynchttpclient

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/Realm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public static class Builder {
272272
private String methodName = GET;
273273
private boolean usePreemptive;
274274
private String ntlmDomain = System.getProperty("http.auth.ntlm.domain");
275-
private static Charset charset = UTF_8;
275+
private Charset charset = UTF_8;
276276
private String ntlmHost = "localhost";
277277
private boolean useAbsoluteURI;
278278
private boolean omitQuery;

0 commit comments

Comments
 (0)