abbot / go-http-auth

Basic and Digest HTTP Authentication for golang http
Apache License 2.0
544 stars 121 forks source link

Fixes the race condition issues mentioned in issue #52 #54

Closed KLIM8D closed 6 years ago

KLIM8D commented 6 years ago

Adds read-write mutexes in a (imo) more sane way than what previously has been suggested

abbot commented 6 years ago

An alternative fix was merged, I'm closing this PR. Please let me know if something was missed in current fix.