RE: Mem Leak when reverse proxying HTTP post requests

2003-12-10 Thread Larry Toppi
Title: RE: Mem Leak when reverse proxying HTTP post requests Thanks. -Original Message- From: Jeff Trawick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 10, 2003 2:46 PM To: [EMAIL PROTECTED] Subject: Re: Mem Leak when reverse proxying HTTP post requests Larry Toppi wrote

Re: Mem Leak when reverse proxying HTTP post requests

2003-12-10 Thread Jeff Trawick
Larry Toppi wrote: I found the culprit. The EOS bucket was being removed from the brigade but not destroyed. I'm going to submit the following patch to fix this bug. patch mangled just a teeny weeny bit to fit with changes to that code in 2.1-dev, then committed to 2.1-dev... I'll suggest your

RE: Mem Leak when reverse proxying HTTP post requests (slightly o ff-topic)

2003-12-09 Thread Conti, Chris
instead of '+' Chris Conti -Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 4:37 PM To: '[EMAIL PROTECTED]' Subject: RE: Mem Leak when reverse proxying HTTP post requests On Tue, 9 Dec 2003, Larry Toppi wrote: > I found

RE: Mem Leak when reverse proxying HTTP post requests

2003-12-09 Thread Cliff Woolley
On Tue, 9 Dec 2003, Larry Toppi wrote: > I found the culprit. The EOS bucket was being removed from the brigade but > not destroyed. I'm going to submit the following patch to fix this bug. > > *** proxy_http_old.c Tue Dec 9 16:19:52 2003 > --- proxy_http.c Tue Dec 9 16:22:14 2003 > **

RE: Mem Leak when reverse proxying HTTP post requests

2003-12-09 Thread Larry Toppi
arry Toppi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 12:41 PM To: '[EMAIL PROTECTED]' Subject: Mem Leak when reverse proxying HTTP post requests   Hi,   I'm running the JMeter stress test tool to create HTTP POST requests through Apache (v.2.0.48) on the Windows 2

RE: Mem Leak when reverse proxying HTTP post requests

2003-12-08 Thread Larry Toppi
, December 03, 2003 12:41 PM To: '[EMAIL PROTECTED]' Subject: Mem Leak when reverse proxying HTTP post requests   Hi,   I'm running the JMeter stress test tool to create HTTP POST requests through Apache (v.2.0.48) on the Windows 2000 platform.  The request posts a small amo

Mem Leak when reverse proxying HTTP post requests

2003-12-03 Thread Larry Toppi
Hi,   I'm running the JMeter stress test tool to create HTTP POST requests through Apache (v.2.0.48) on the Windows 2000 platform.  The request posts a small amount of data to a web page.  Apache is configured to reverse proxy (ProxyPass) the request to the backend web server.  In doing s