Re: Modperl + ASP-perl buffering problems

2001-12-26 Thread Szymon Juraszczyk
On Wed, 2001-12-26 at 21:50:49, Ged Haywood wrote: > Hi there, > > On Wed, 26 Dec 2001, Szymon Juraszczyk wrote: > > > I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience > > problems with Apache::ASP $Response->Flush() method, > [snip] > > the data are still getting buffered

Re: Modperl + ASP-perl buffering problems

2001-12-26 Thread Ged Haywood
Hi there, On Wed, 26 Dec 2001, Szymon Juraszczyk wrote: > I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience > problems with Apache::ASP $Response->Flush() method, [snip] > the data are still getting buffered somewhere. Can you be sure that it isn't a browser which is doing t

Modperl + ASP-perl buffering problems

2001-12-26 Thread Szymon Juraszczyk
Hi, I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience problems with Apache::ASP $Response->Flush() method, which is supposed to push already printed data to the client. Although this Flush() method calls print() method from modperl's Apache request object, the data are sti