We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cf90d commit 3039f39Copy full SHA for 3039f39
src/plugins/http/options.rs
@@ -12,7 +12,7 @@ pub(crate) struct Options {
12
/// Boolean expression to use to determine if a request is successful.
13
pub http_success: String,
14
15
- #[clap(long, default_value_t = true)]
+ #[clap(long, default_value_t = false)]
16
/// Follow HTTP redirects.
17
pub http_follow_redirects: bool,
18
#[clap(long, default_value = "GET")]
0 commit comments