1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-07 23:08:12 +00:00
Files
gitea/modules/util/util.go
wxiaoguang 5fc9929da7 Fix cases.Title crash for concurrency (#23885)
Regression of #19676 and #21814

Fix #23872

`cases.Title` is not thread-safe, it has internal state, so it can't be
used as a global shared variable.
2023-04-03 18:03:45 -04:00

5.7 KiB