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

ReleasePermitOnComplete should cache class hierarchy

Open slandelle opened this issue 8 years ago • 0 comments

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.

slandelle avatar Jan 15 '17 07:01 slandelle