> -----Original Message----- > From: Joe Orton > Sent: Montag, 9. August 2010 15:14 > To: [email protected] > Subject: Re: svn commit: r983618 - in /apr/apr/trunk: > network_io/unix/sockets.c test/testsock.c > > This fixes a slow memory leak in mod_proxy FYI. The sockaddr > passed to > apr_socket_connect() is allocated out of worker->cp->pool. > When a new > backend connection is created, core_create_conn extracts the address > from that socket to the conn_rec and it gets duped in that pool again.
Many thanks for the heads up Joe. I guess this is the root cause for PR49713. Regards Rüdiger
