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 option wrapped tailing query parameters #1089

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Oct 4, 2024

This commit fixes the trailing query parameters wrapped in Option<T>. Option wrapped query parameters were mistaken to value parameters and treated incorrectly.

Fixes #1070

This commit fixes the trailing query parameters wrapped in `Option<T>`.
Option wrapped query parameters were mistaken to value parameters and
treated incorrectly.

Fixes #1070
@juhaku juhaku force-pushed the fix-option-wrapped-query-params-collect branch from f960e99 to 4a4e2e8 Compare October 4, 2024 14:39
@juhaku juhaku merged commit a282141 into master Oct 4, 2024
22 checks passed
@juhaku juhaku deleted the fix-option-wrapped-query-params-collect branch October 4, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

Rocket: Incorrectly derived query parameters defined as <foo..>
1 participant