The nsreturnz module works great for what it does, but it's functionality is to return gzipped data all at once, where I want to use HTTP's chunked transfer encoding to send chunks of independently gzipped data to the user.
I am using a hacked up copy of it for my testing, though, and it's gzip code will probably end up in my solution :) Thanks, Ross On Fri, 2004-05-21 at 00:35, Tom Jackson wrote: > You can try the nsreturnz module: > http://zmbh.com/rlreturnz/ > > There may be a better source, maybe google it? > > tom jackson > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with > the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field > of your email blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
