On Wed, Aug 24, 2005 at 09:18:54AM -0500, Parin Shah wrote:
> > > I have fixed that memory leak problem. also added script to include
> > > libcurl whenever this module is included.
> > 
> > I hope that it doesn't mean that libcurl is going to be a permanent
> > solution, when subrequests (with minor changes) could serve the same
> > purpose.
> 
> Certainly not, We would have mod-c-requester which uses sub-requests
> and not libcurl eventually. but my initial reaction after going
> through the subrequest code was that it may require significant
> refactoring.

Will it work if you mark the subrequests as proxy requests? IE, the same
approach as mod_rewrite and the P flag.

It introduces a dependency on mod_proxy, but curl introduces a
dependency on libcurl, so that's not so bad.

-- 
Colm MacCárthaigh                        Public Key: [EMAIL PROTECTED]

Reply via email to