net-http-digest_auth icon indicating copy to clipboard operation
net-http-digest_auth copied to clipboard

access nonce_count in a thread-safe way

Open dubek opened this issue 11 years ago • 0 comments

The instance var @nonce_count is read and updated only once when starting to generate the auth header value. Further accesses to the nonce_count value are done using the local variable.

fixes #2

dubek avatar Oct 07 '14 04:10 dubek