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 15:36:55 UTC

[GitHub] [jmeter] vlsi opened a new pull request, #5953: perf: avoid String.replaceAll in HTTPJavaImpl

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

   HTTP Java sampler used `replaceAll("\n", "\r\n").length()`, and we could count the number of `\n` instead to avoid building the string.


-- 
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 #5953: perf: avoid String.replaceAll in HTTPJavaImpl

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


-- 
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