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

feat: customize http client using connection pool #643

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

irrun
Copy link
Collaborator

@irrun irrun commented Jun 21, 2023

Description

feat: customize http client using connection pool

@irrun irrun changed the base branch from master to develop June 21, 2023 03:08
// Set to true to prevent GZIP-bomb DoS attacks
DisableCompression: true,
DialContext: dailContext,
MaxIdleConnsPerHost: 2000,
Copy link
Contributor

Choose a reason for hiding this comment

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

This is too huge a number...

@irrun irrun force-pushed the feat-downloadopt-dev branch 2 times, most recently from 0929ddf to 83efc30 Compare June 25, 2023 11:59
@irrun irrun merged commit 9a4a0a5 into develop Jun 29, 2023
7 checks passed
@irrun irrun deleted the feat-downloadopt-dev branch June 29, 2023 10:48
fynnss pushed a commit that referenced this pull request Jun 30, 2023
Co-authored-by: reneecok <renee.zpro@gmail.com>
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.

5 participants