Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4887804e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am a6ac0ec3: am 69ebb984: Merge "according to rfc2617, nc-value = 8LHEX"

* commit 'a6ac0ec3':
  according to rfc2617, nc-value = 8LHEX
parents e51f94cf a6ac0ec3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ public class RequestHandle {
        String A2 = mMethod  + ":" + mUrl;

        // because we do not preemptively send authorization headers, nc is always 1
        String nc = "000001";
        String nc = "00000001";
        String cnonce = computeCnonce();
        String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);