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

feat: Use content type matching rule for V3 message's binary body #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tienvx
Copy link
Contributor

@tienvx tienvx commented Nov 13, 2023

These scenarios didn't apply binary's content type matching rule, so the verifier will compare binary contents, byte to byte, which:

  • Is not realistic in my opinion
  • Imply that message (v3) doesn't support binary's content type matching rule at all, but it does, at least by using pactffi_with_binary_file (not sure about pactffi_message_with_contents)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant