RFR: Reuse HttpClient instances

Robin Westberg rwestberg at openjdk.java.net
Mon Mar 23 12:07:00 UTC 2020


Hi all,

Please review this change that improves reuse of HttpClient instances, as they can be shared and creating new ones
causes unnecessary thread creation.

Best regards,
Robin

-------------

Commit messages:
 - Reuse HttpClient instances

Changes: https://git.openjdk.java.net/skara/pull/534/files
 Webrev: https://webrevs.openjdk.java.net/skara/534/webrev.00
  Stats: 20 lines in 3 files changed: 9 ins; 10 del; 1 mod
  Patch: https://git.openjdk.java.net/skara/pull/534.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/534/head:pull/534

PR: https://git.openjdk.java.net/skara/pull/534


More information about the skara-dev mailing list