mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
77cbe4d60b
commit
4b3ca38b2e
1 changed files with 1 additions and 1 deletions
|
@ -49,8 +49,8 @@ func (l *remoteLock) URLLock(url string) {
|
|||
if _, ok := l.m[url]; !ok {
|
||||
l.m[url] = &sync.Mutex{}
|
||||
}
|
||||
l.Unlock() // call this Unlock before the next lock will be called. NFI why but defer doesn't work.
|
||||
l.m[url].Lock()
|
||||
l.Unlock()
|
||||
}
|
||||
|
||||
// URLUnlock unlocks an URL when the download has been finished. Use only in defer calls.
|
||||
|
|
Loading…
Reference in a new issue