Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Translation] [LocoProvider] Add content-type for POST translations #45791

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 26, 2022

Conversation

tomasz-kusy
Copy link
Contributor

Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #44031
License MIT
#44031

@carsonbot
Copy link

Hey!

I think @Kocal has recently worked with this code. Maybe they can help review this?

Cheers!

Carsonbot

Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Just one comment and good to go on my side.

fabpot added a commit that referenced this pull request Mar 23, 2022
…colas-grekas)

This PR was merged into the 6.1 branch.

Discussion
----------

[HttpClient] Improve default content-type handling

| Q             | A
| ------------- | ---
| Branch?       | 6.1
| Bug fix?      | no
| New feature?  | yes (minor)
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

This improves the default behavior of handling the content-type header: with this PR, when an array is passed as body, the content-type is forced to `application/x-www-form-urlencoded`.

This allows setting a content-type in the default options and have it overridden when passing an array as body.

Spotted while reviewing #45791, where the proposed behavior would have allowed a cleaner patch.

Commits
-------

91099a9 [HttpClient] Improve default content-type handling
@fabpot
Copy link
Member

fabpot commented Mar 26, 2022

Thank you @tomasz-kusy.

@fabpot fabpot merged commit 4efd3ce into symfony:5.4 Mar 26, 2022
This was referenced Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants