Re: svn commit: r478141 - /httpd/httpd/trunk/modules/ssl/ssl_engine_io.c

2006-11-22 Thread Joe Orton
On Wed, Nov 22, 2006 at 06:41:07AM -0600, William Rowe wrote: > Offhand, doesn't ctx pool span the connection? ... > > @@ -1469,8 +1468,7 @@ > > * containing a setaside pool and a brigade which constrain the > > * lifetime of the buffered data. */ > > ctx = apr_palloc(r->pool, siz

Re: svn commit: r478141 - /httpd/httpd/trunk/modules/ssl/ssl_engine_io.c

2006-11-22 Thread William A. Rowe, Jr.
Offhand, doesn't ctx pool span the connection? I think you just started setting aside what is part of the next request into the current req_rec's pool. [EMAIL PROTECTED] wrote: > Author: jorton > Date: Wed Nov 22 04:11:57 2006 > New Revision: 478141 > > URL: http://svn.apache.org/viewvc?view=r