@ -515,7 +515,7 @@ func (server *Server) fastesUpstream(r *http.Request, lastModified time.Time) (r
updateCh <- idx
for cancelIdx, cancel := range cancelFuncs {
if cancelIdx == resultIdx || cancel == nil {
if cancelIdx == idx || cancel == nil {
continue
}
cancel()
The note is not visible to the blocked user.