Skip to content

[HttpClient] add section about interop + performance #11822

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
Jun 25, 2019

Conversation

nicolas-grekas
Copy link
Member

The parts of #11820 that apply to 4.3 + some bonus §

@javiereguiluz javiereguiluz added this to the 4.3 milestone Jun 25, 2019
@javiereguiluz javiereguiluz merged commit 0818acd into symfony:4.3 Jun 25, 2019
javiereguiluz added a commit to javiereguiluz/symfony-docs that referenced this pull request Jun 25, 2019
…nce (nicolas-grekas)

This PR was merged into the 4.3 branch.

Discussion
----------

[HttpClient] add section about interop + performance

The parts of symfony#11820 that apply to 4.3 + some bonus §

Commits
-------

0818acd [HttpClient] add section about interop + performance
@javiereguiluz
Copy link
Member

This is now merged! Thanks Nicolas.

@nicolas-grekas nicolas-grekas deleted the hc-43 branch June 25, 2019 11:16
with HTTP/2 and with doing concurrent asynchronous streamed and multiplexed
requests/responses. Even when doing regular synchronous calls, this design
allows keeping connections to remote hosts open between requests, improving
performance by saving repetitive DNS resolution, SSL negociation, etc.
Copy link
Contributor

Choose a reason for hiding this comment

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

s/negociation/negotiation/

Copy link
Member

Choose a reason for hiding this comment

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

Fixed while merging. Thanks.

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