blackducksoftware / hub-client-go

Hub Client for Go (golang)
Apache License 2.0
9 stars 19 forks source link

Remove additional header field caching #88

Closed cpedlar-syn closed 3 years ago

cpedlar-syn commented 3 years ago

Remove additional header field caching as concurrent modifications can cause API calls to fail.

Added a field for User-Agent which will still apply to headers but should not cause failures if concurrent modifications were occurring for some reason.