You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/06/01 14:32:15 UTC

[GitHub] [jmeter] vlsi opened a new pull request, #5952: perf: remove excessive BufferedInputStream from HTTP sampler

vlsi opened a new pull request, #5952:
URL: https://github.com/apache/jmeter/pull/5952

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] vlsi merged pull request #5952: perf: remove excessive BufferedInputStream from HTTP sampler

Posted by "vlsi (via GitHub)" <gi...@apache.org>.
vlsi merged PR #5952:
URL: https://github.com/apache/jmeter/pull/5952


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org