Skip to content

Use SoapServer headers #16859

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
Dec 16, 2022
Merged

Use SoapServer headers #16859

merged 1 commit into from
Dec 16, 2022

Conversation

boekkooi
Copy link
Contributor

@boekkooi boekkooi commented Jun 9, 2022

While debugging the istio error Error dispatching received data: http/1.1 protocol error: HPE_UNEXPECTED_CONTENT_LENGTH we noticed that the error was triggered because of a duplicated Content-Length headers being send by the PHP application.
After review we noticed that the header was send by both the SoapServer and the Symfony Response for this reason I decided to open this PR.

While debugging the istio error `Error dispatching received data: http/1.1 protocol error: HPE_UNEXPECTED_CONTENT_LENGTH` we noticed that the error was [triggered](https://github.com/nodejs/http-parser/blob/e13b274/http_parser.c#L1442) because of a duplicated Content-Length headers being send by the PHP application.
After review we noticed that the header was send by both the SoapServer and the Symfony Response for this reason I decided to open this PR.
@javiereguiluz
Copy link
Member

Thank you @boekkooi.

@javiereguiluz javiereguiluz merged commit 9315c32 into symfony:6.1 Dec 16, 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.

4 participants