Skip to content

Ensure Request decoder handles missing/null params correctly #22

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

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

mattt
Copy link
Contributor

@mattt mattt commented Mar 18, 2025

Follow-up to #17
Related to #13

This PR fixes an issue where Request decoder would fail to properly handle missing or null parameters, causing requests to incorrectly fall through to Message decoding. It also adds test coverage for parameter handling across all parameter types (standard/required, Empty, NotRequired).

@mattt mattt merged commit 75322c3 into main Mar 18, 2025
1 check passed
@mattt mattt deleted the mattt/request-parameter-decoding-redux branch March 18, 2025 17:02
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