RFR: 8277969: HttpClient SelectorManager shuts down when custom Executor rejects a task [v3]

Jaikiran Pai jpai at openjdk.java.net
Thu Mar 10 11:17:27 UTC 2022


On Thu, 10 Mar 2022 10:41:23 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> The acquire() method will return true the first time it's been called. And it is called only once. So we only need to check whether acquired is true at places where we are in doubt about whether the method has been called.

I see what you mean.

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

PR: https://git.openjdk.java.net/jdk/pull/7196


More information about the net-dev mailing list