Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
cases.Title
crash for concurrency (go-gitea#23885)
Regression of go-gitea#19676 and go-gitea#21814 Fix go-gitea#23872 `cases.Title` is not thread-safe, it has internal state, so it can't be used as a global shared variable.
- Loading branch information