Content Encoding and transfer encoding

Suppose I want to compress as well as chunk the response using following response headers:

Content-Encoding: gzip
Transfer-Encoding: chunked

What should be done first by server ? Chunking of response or compression of response ?

-- Diwakar

Received on Monday, 28 July 2003 09:33:40 UTC