Skip to content

Fix thread-safety issues in gitlab-shell

Nick Thomas requested to merge 518-fix-thread-safety into main

Just the one issue in the end: a check-then-set in HttpClient. I took the opportunity to make the struct member private, which allows us to rename the GetHttpClient() method to HttpClient(), which is more go-idiomatic.

Closes #518 (closed)

Edited by Nick Thomas

Merge request reports

Loading