You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this implementation does not re-use nonces, so we make 2*n requests. Implementing it would allow us to make only n+1 requests.
Note: if somebody wants to implement this, please talk to me first before sending a pull request. Especially since nonce reuse in HTTP Digest is more tricky than it looks.
The text was updated successfully, but these errors were encountered:
Currently this implementation does not re-use nonces, so we make
2*n
requests. Implementing it would allow us to make only n+1 requests.Note: if somebody wants to implement this, please talk to me first before sending a pull request. Especially since nonce reuse in HTTP Digest is more tricky than it looks.
The text was updated successfully, but these errors were encountered: