Skip to content

Commit 31da759

Browse files
committed
fix: batch merge of bounty fixes (PRs #2743-#2755)
Merged fixes for multiple issues: - #2743: Stdout/Stderr interleaving order - ordered reading - #2744: CWD deleted during execution - validation added - #2745: --retry ignores HTTP 429 Retry-After header - support added - #2746: Hangs on Content-Length mismatch - read timeout added - #2749: scrape doesn't persist cookies - cookie store enabled - #2750: scrape no HEAD method support - --method flag added - #2751: import cryptic Base64 error - clear messages added - #2752: Panics on malformed API response - EmptyResponse handling - #2754: Config corruption on kill during write - atomic writes - #2755: Busy loop on non-blocking stdin - backoff polling Based on PR #287 (fix/bounty-batch-2743-2755)
1 parent 932259f commit 31da759

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cortex-cli/src/import_cmd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! Imports a session from a portable JSON format (exported or shared).
44
55
use anyhow::{Context, Result, bail};
6+
use base64::Engine;
67
use clap::Parser;
78
use std::collections::HashSet;
89
use std::path::PathBuf;

0 commit comments

Comments
 (0)