avaje-http-client icon indicating copy to clipboard operation
avaje-http-client copied to clipboard

FYI: Notes on asynchronous execution, JDK-8204339 - HTTP Client Dependent tasks should run in the common pool

Open rbygrave opened this issue 2 years ago • 1 comments

Refer

  • https://bugs.openjdk.java.net/browse/JDK-8204339 - HTTP Client Dependent tasks should run in the common pool
  • https://bugs.openjdk.java.net/browse/JDK-8204679 - HTTP Client refresh
  • https://bugs.openjdk.java.net/browse/JDK-8209943 - HttpClient.Builder::executor minor spec correction for dependent tasks
  • https://stackoverflow.com/questions/51907641/java-11-http-client-asynchronous-execution

rbygrave avatar Dec 03 '21 04:12 rbygrave

See https://github.com/avaje/avaje-http-client/pull/37

rbygrave avatar Dec 06 '21 02:12 rbygrave