Skip to content

Commit 3b1ed89

Browse files
committed
feat: Add option to disable verifier following redirects #513
1 parent 2afc3c8 commit 3b1ed89

File tree

1 file changed

+1
-1
lines changed
  • rust/pact_ffi/src/verifier

1 file changed

+1
-1
lines changed

rust/pact_ffi/src/verifier/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ ffi_fn! {
358358
ffi_fn! {
359359
/// Sets whether redirects should be automatically followed. Setting the `follow` parameter
360360
/// to zero will disable following redirects.
361-
fn pactffi_verifier_set_follow_redircts(
361+
fn pactffi_verifier_set_follow_redirects(
362362
handle: *mut handle::VerifierHandle,
363363
follow: c_uchar
364364
) {

0 commit comments

Comments
 (0)