mod_include.c with ap_rflush

2010-05-10 Thread Massimiliano Pinto
Hi, I have developed an tested a mod_include.c improvement (httpd 2.2.15). The module can now handle the "include uvirtual" command, where "uvirtual" means "unbuffered". If command is "include virtual" and 200 OK there is a call to ap_rflush(r). I had this idea because is useful to send chunk

Re: mod_include.c with ap_rflush

2010-05-12 Thread Jerome Renard
Hello Massimiliano, On Mon, May 10, 2010 at 4:16 PM, Massimiliano Pinto wrote: > Hi, > I have developed an tested a mod_include.c improvement (httpd 2.2.15). > > The module can now handle the "include uvirtual" command, where "uvirtual" > means "unbuffered". > If command is "include virtual" and

Re: mod_include.c with ap_rflush

2010-05-12 Thread Massimiliano Pinto
Hello Jérôme, first ... thanks a lot for your reply and for the examples provided! I'd like to post here to all, the possible feature of flushing the include virtual on demand (no matter what is behind the /virtualpath: files or other kind of content) Now I can do: - continue with the simple p