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

perf: remove excessive BufferedInputStream from HTTP sampler #5952

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented Jun 1, 2023

HTTPSamplerBase.readResponse uses byte[8192] array anyway, so creating BufferedInputStream is not useful there.

@vlsi vlsi added this to the 5.6 milestone Jun 1, 2023
HTTPSamplerBase.readResponse uses byte[8192] array anyway, so creating
BufferedInputStream is not useful there.
@vlsi vlsi merged commit f33e61e into apache:master Jun 1, 2023
@vlsi vlsi deleted the debuffer branch June 2, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant