Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ffi): shared processing of body #456

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Commits on Jul 17, 2024

  1. fix(ffi): shared processing of body

    The logic of processing the body within the `pactffi_with_body` was not
    consistent across the various interaction types. This refactors the
    logic out into a separate `process_body` function.
    
    Note that as a result of this change, the behaviour of the FFI _may_
    change.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    82dc1c0 View commit details
    Browse the repository at this point in the history