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 f73c5b3 commit dd0775eCopy full SHA for dd0775e
client/src/main/java/org/asynchttpclient/Realm.java
@@ -457,7 +457,7 @@ private void appendDataBase(StringBuilder sb) {
457
}
458
459
private void newResponse(MessageDigest md) {
460
- // BEWARE: compute first as it used the cached StringBuilder
+ // BEWARE: compute first as it uses the cached StringBuilder
461
String digestUri = AuthenticatorUtils.computeRealmURI(uri, useAbsoluteURI, omitQuery);
462
463
StringBuilder sb = StringBuilderPool.DEFAULT.stringBuilder();
0 commit comments