go-http-auth icon indicating copy to clipboard operation
go-http-auth copied to clipboard

Digest error checking

Open kmanley opened this issue 9 years ago • 2 comments

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 avatar Jan 15 '16 21:01 kmanley

@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.

tweekmonster avatar Sep 06 '16 22:09 tweekmonster

Hi. If you are still interested in merging this, can you please rebase against current master? Thanks!

abbot avatar Oct 06 '18 21:10 abbot