go-http-auth
go-http-auth copied to clipboard
Digest error checking
My fork is starting to diverge, but sending you this in case you want it. Adds error checking to digest module. I have been using and testing this a lot with real world traffic and it is working well now.
@kmanley Thank you very much! I was using go-http-auth for a webdav server and it was working fine until I started to test handling thousands of requests per second. Clients were needing to re-auth causing PUT and PROPFIND operations to fail, and I would occasionally get race data errors. Your master branch seems to have made the problems go away.
Hi. If you are still interested in merging this, can you please rebase against current master? Thanks!