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

Upgrade dependencies #167

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Upgrade dependencies #167

merged 1 commit 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 merged commit 1f3b757 into main Apr 1, 2024
6 checks passed
@pnwpedro pnwpedro deleted the upgrade-dependencies branch April 1, 2024 12:56
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.

2 participants