xinsnake / go-http-digest-auth-client

Golang Http Digest Authentication Client
BSD 2-Clause "Simplified" License
41 stars 68 forks source link

Leaking goroutines and filedescriptors #27

Closed hfurhoff closed 3 years ago

hfurhoff commented 3 years ago

Using pprof i noticed alot of hanging goroutines and in prometheus i could see that filedescriptors was accumulating. Traced the leak down to be from this package, switched to github.com/rkl-/digest instead and the leak is now gone. Thought i would let you know though.

xinsnake commented 3 years ago

Thanks for your report. Due to time limit on my side I won't be able to maintain this package. Glad that you can find a working replacement. Thanks for your support!

TJDev commented 2 years ago

@hfurhoff github.com/rkl-/digest doesn't exist anymore. Do you still use it or do you have any replacement for it?