async-http-client
async-http-client copied to clipboard
ReleasePermitOnComplete should cache class hierarchy
ReleasePermitOnComplete causes a performance regression as it computes cache class hierarchy for every proxy creation.
The problem is that such cache might cause ClassLoader leaks on restart.