mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
20eae82f11
In commit 670879d1, the backoff is changed to be passed a real error, instead of a place holder. However, the test query may return a failed response with a nil error, causing the backoff never fire. Fixing this by ensuring the error is wrapped, so the backoff always see a non-nil error.