Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix race warnings #947

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix race warnings #947

wants to merge 2 commits into from

Conversation

thedae
Copy link
Member

@thedae thedae commented Dec 13, 2024

Depends on luraproject/lura#739
Fixes #945

The root of the issue was caused by the customization of the default http client transport in Lura, as the usage client spawn is done in a goroutine, provoking the race warning. This did not translate into a real race condition case.

This PR bumps Lura to v2.8.0

@thedae thedae marked this pull request as ready for review December 13, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Race condition
1 participant