There was an error while loading. Please reload this page.
1 parent 7a9f17d commit b04f6f9Copy full SHA for b04f6f9
1 file changed
crates/datadog-logs-agent/src/flusher.rs
@@ -200,8 +200,8 @@ impl LogFlusher {
200
///
201
/// * `Ok(())` — success **or** a permanent error (no point retrying; already
202
/// logged at `warn!`).
203
- /// * `Err(builder)` — all attempts exhausted on a transient error. The
204
- /// original builder is returned so the caller can retry it next invocation.
+ /// * `Err(Box<builder>)` — all attempts exhausted on a transient error. The
+ /// original builder is returned (boxed) so the caller can retry it next invocation.
205
async fn send_with_retry(
206
&self,
207
builder: reqwest::RequestBuilder,
0 commit comments