Quoting "William A. Rowe, Jr." <[EMAIL PROTECTED]>: > >Okay, but why the next three lines? Why would Content-Encoding: gzip > >*ever* be set on a 304?
Because Content-* header fields in a 304 response describe what the response entity would contain if it were a 200 response. Therefore, the header field must be the same as it would be for a 200. The body must be dropped by the HTTP filter. ....Roy
