mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-09-03 07:24:52 +08:00
The completion callback appends to completedFiles under a mutex, but the final t.Logf read it without one, so -race flagged the write against the read. The bleve bump only changed the timing enough to make it show up; the race was always there. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>