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(api) fix type inference of map values using form-encoded #4368

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

hishamhm
Copy link
Contributor

@hishamhm hishamhm commented Mar 6, 2019

Corrects the type inference of values of map types when using form-encoded inputs. In particular, this was affecting the input of configuration for response-ratelimiting.

Includes a fix to the relevant unit test.

Fixes #4344.

Corrects the type inference of values of map types when using
form-encoded inputs. In particular, this was affecting the
input of configuration for response-ratelimiting.

Includes a fix to the relevant unit test.

Fixes #4344.
@hishamhm hishamhm added this to the 1.0.4 milestone Mar 6, 2019
@hishamhm hishamhm requested a review from bungle March 6, 2019 23:28
Copy link
Member

@bungle bungle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go, merge!

@hishamhm hishamhm merged commit 9811c81 into master Mar 7, 2019
@hishamhm hishamhm deleted the fix/arguments-map-infer-form branch March 7, 2019 06:21
@hishamhm hishamhm mentioned this pull request Mar 13, 2019
kikito pushed a commit that referenced this pull request Mar 19, 2019
Corrects the type inference of values of map types when using
form-encoded inputs. In particular, this was affecting the
input of configuration for response-ratelimiting.

Includes a fix to the relevant unit test.

Fixes #4344.
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.

Unable to configure response-ratelimiting plugin
2 participants