Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,6 @@ impl ApiRequest {
}

/// enables or disables redirects. The default is off.
#[cfg(any(target_os = "macos", not(feature = "managed")))]
pub fn follow_location(mut self, val: bool) -> ApiResult<Self> {
debug!("follow redirects: {val}");
self.handle.follow_location(val)?;
Expand Down
Loading