Skip to content

Commit

Permalink
Merge pull request #430 from jozefizso/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in comment
  • Loading branch information
josephdecock authored Jul 8, 2024
2 parents 0c6b817 + 2aed542 commit 00f7010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DPoP/ProofTokenMessageHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage

if (dPoPNonce != _nonce)
{
// nonce is different, so old onto it
// nonce is different, so hold onto it
_nonce = dPoPNonce;

// failure and nonce was differnet so we retry
// failure and nonce was different so we retry
if (!response.IsSuccessStatusCode)
{
response.Dispose();
Expand Down Expand Up @@ -72,4 +72,4 @@ private void CreateProofToken(HttpRequestMessage request)

request.SetDPoPProofToken(proof.ProofToken);
}
}
}

0 comments on commit 00f7010

Please sign in to comment.