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: make http client buffer sizes configurable #4016

Merged
merged 2 commits into from Mar 18, 2024

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Mar 18, 2024

What this PR changes/adds

Provide a way to eventually configure Socket send and receive bufferSize on the http client

Why it does that

permit certain particular cases like streaming over long running http connection to configure lower values.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #4015

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added the enhancement New feature or request label Mar 18, 2024
@ndr-brt ndr-brt requested a review from wolf4ood March 18, 2024 09:45
@ndr-brt ndr-brt merged commit 172cb31 into eclipse-edc:main Mar 18, 2024
19 checks passed
@ndr-brt ndr-brt deleted the 4015-set-buffer-size branch March 18, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

possibility to set the sendBufferSize on the EdcHttpClient
2 participants