go-rundeck
go-rundeck copied to clipboard
Race condition in cookie management
https://github.com/lusis/go-rundeck/blob/master/pkg/httpclient/client.go#L304 is getting picked up by a race detector. I know there wasn't an explicit statement saying this was thread safe, but I was surprised to see that it wasn't!