agent/cache: return the error as part of Get

pull/4275/head
Mitchell Hashimoto 7 years ago
parent 00e7ab3cd5
commit e1c1b8812a
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -170,7 +170,7 @@ RETRY_GET:
atomic.AddUint64(&c.hits, 1)
}
return entry.Value, nil
return entry.Value, entry.Error
}
}

Loading…
Cancel
Save