You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client_id (stable {:p} pointer of the shared Arc<Client>) recorded as a span field in wreq_downloader::fetch and adapters::downloader::Downloader::download_once, and as an event field on the download log.
Verified live: 15 asset downloads shared the same client_id → pool reuse confirmed (TLS handshake savings, socket-exhaustion protection).
D1–D3 — Stability
D1: --download-concurrency 0 rejected at CLI (parse_download_concurrency) and clamped to 1 in with_download_concurrency → no buffer_unordered(0) deadlock.
D2/D3: FileTraceLayer emits parent_id and a logical trace_id (W3C OTel / root-span / seed) → reconstructable trace tree.
Maintenance
fix(clippy): parse_set_cookie uses ? instead of match (resolves clippy::question_mark on clippy 1.97 / CI).