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

Merge upgrade dependencies #168

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Merge upgrade dependencies #168

merged 3 commits into from
Apr 1, 2024

Conversation

pnwpedro
Copy link
Collaborator

@pnwpedro pnwpedro commented Apr 1, 2024

Problem

We observed a significant performance issue when making request with this driver. We identified the root cause as a dependency with a misconfigured socket in the version we were using.

They have since patched it: encode/httpcore#651

Solution

Upgrade dependencies solves the performance issue.

Testing

We profiled the Client before and after upgrade and observed a 50ms ssl socket read drop to 6ms.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pnwpedro pnwpedro requested a review from cynicaljoy April 1, 2024 12:58
@pnwpedro pnwpedro merged commit 4c2af7b into beta Apr 1, 2024
7 checks passed
@pnwpedro pnwpedro deleted the merge-upgrade-dependencies branch April 1, 2024 13:41
pnwpedro added a commit that referenced this pull request Apr 1, 2024
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.

3 participants