I know this is an older question, but what do I have to do
to send back gzippped content?  Here is what I figure:

  1.  A function needs to be written "supportsCompression"
      which examines the headers sent to determine if the 
      user agent accepts compressed content.

  2.  If the user agent supportsCompression, then before
      the response is sent, it should be compressed and the
      mime type should be updated respectively.

  3.  For files being downloaded, it should check to see
      if the file is compressed; if so it returns file
      directly if supportsCompression, otherwise the content
      should be decompressed before it is sent.

Thoughts?  Any pointers as to where/how the above could
be implemented?

Thanks!

Clark

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to