Re: Possible memory leak in AprEndpoint

2021-01-28 Thread roman v
Hi Chris, The exact version is 9.0.37 Best Regards, Roman On Thu, Jan 28, 2021 at 5:17 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Roman, > > On 1/28/21 08:00, roman v wrote: > > I'm using tomcat 9 and in my application, the capacity of used memory

Possible memory leak in AprEndpoint

2021-01-28 Thread roman v
Hi! I'm using tomcat 9 and in my application, the capacity of used memory by direct buffer pools is increasing over time, after some research I found that in AprEndpoint in method doClose "socketBufferHandler" is not executing "free()" method call, and the link is just set to "EMPTY":>