On Tue, 6 Jun 2023 09:19:20 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> Please review this change to introduce buffering in the tunnelling proxy > implementations. > > Copying network data one byte at a time is very inefficient. > ProxyAuthDisabledSchemesSSL is 10 seconds faster (from 40 down to 30s) on my > Windows machine with these changes. > > I did not quantify the improvements in other tests affected by this change; I > only verified that they continue to pass. This pull request has now been integrated. Changeset: fadcd650 Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/fadcd6501879af40360b217d2f76ab86a6f55d27 Stats: 29 lines in 5 files changed: 5 ins; 0 del; 24 mod 8309527: Improve test proxy performance Reviewed-by: dfuchs, jpai ------------- PR: https://git.openjdk.org/jdk/pull/14329