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: update apache-httpclient to not use HttpEntity getContent #410

Merged
merged 2 commits into from
Dec 31, 2024

Conversation

thugrock7
Copy link
Contributor

HttpEntity interface from apache-httpcomponents-httpcore, is implemented by many wrappers like AWS SDK's. In which often HttpEntity's getContent() is returned as InputStream and not copy safe. Instead use writeTo() .

@thugrock7 thugrock7 merged commit 40c54bf into hypertrace:main Dec 31, 2024
8 of 9 checks passed
@thugrock7 thugrock7 deleted the aws-waf-fix branch December 31, 2024 06:05
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