This commit is contained in:
M09Ic 2025-06-05 12:34:06 +08:00
parent 104d41380e
commit ff06fd1902

View File

@ -244,6 +244,7 @@ Loop:
pool.wg.Done()
} else {
pool.urls.Store(unit.path, nil)
unit.path = pool.safePath(unit.path)
unit.number = pool.wordOffset
pool.reqPool.Invoke(unit)
}