Re: response data

2004-12-20 Thread Slava Bizyayev
Hi Vadim, Sorry for misunderstanding your problem. I've been thinking that you are on Apache-1.3... I cannot help with Apache-2. Slava On Mon, 2004-12-20 at 08:01, Vadim wrote: > http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlCleanupHandler > [quote] > Using cleanup_register() act

Re: response data

2004-12-20 Thread Vadim
] > You can transfer a copy of your response to the cleanup handler using > pnotes if necessary. thanx!!! > Alternatively, you can chain your cleanup handler > with your content generation handler using Apache::Filter chain, so that > all the work appears inside the content genera

Re: response data

2004-12-17 Thread Slava Bizyayev
Hi Vadim, On Fri, 2004-12-17 at 06:09, Vadim wrote: > i try to get a response data in the PerlCleanupHandler stage to do some > internal actions. This actions do not perform any modifications on a response > data. So i dont want to keep user waiting. And i supposed untill $r object is

Re: response data

2004-12-17 Thread Vadim
> On Thu, 2004-12-16 at 11:18 +, Vadim wrote: > > >>On Wed, 2004-12-15 at 20:32 +, Vadim wrote: > > >> it looks like i missed something important... > > >> So how to get Response data in the PerlCleanupHandler script?! > > > > > >I

Re: response data

2004-12-16 Thread Perrin Harkins
On Thu, 2004-12-16 at 11:18 +, Vadim wrote: > >>On Wed, 2004-12-15 at 20:32 +, Vadim wrote: > >> it looks like i missed something important... > >> So how to get Response data in the PerlCleanupHandler script?! > > >It's already sent by then. W

Re: response data

2004-12-16 Thread Vadim
>>On Wed, 2004-12-15 at 20:32 +, Vadim wrote: >> it looks like i missed something important... >> So how to get Response data in the PerlCleanupHandler script?! >It's already sent by then. What are you trying to do? Do you want to >filter it? I want

Re: response data

2004-12-15 Thread Perrin Harkins
On Wed, 2004-12-15 at 20:32 +, Vadim wrote: > it looks like i missed something important... > So how to get Response data in the PerlCleanupHandler script?! It's already sent by then. What are you trying to do? Do you want to filter it? Which version of mod_perl are you using

response data

2004-12-15 Thread Vadim
Hi. it looks like i missed something important... So how to get Response data in the PerlCleanupHandler script?! -- vad -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email