gcc Postscript manual
Gerald Pfeifer
pfeifer@dbai.tuwien.ac.at
Fri Aug 31 15:34:00 GMT 2001
On Fri, 31 Aug 2001, Joseph S. Myers wrote:
> This seems to be fairly common - and is a browser bug, a server
> configuration problem, or both. What HTTP headers (in particular,
> Content-Type, Content-Encoding and Transfer-Encoding) does the server give
> when serving gzip-encoded PostScript?
For a simple request (w/o Accept-Encoding:) of a .ps file we have
Content-Type: application/postscript
For a .ps.gz file (still w/o Accept-Encoding) we have
Content-Type: application/postscript
Content-Encoding: x-gzip
For a .ps file with Accept-Encoding we get
Content-Type: application/postscript
Content-Encoding: gzip
No Transfer-Encoding headers anywhere.
So, this seems a browser problem and we should "fix" the web pages,
shouldn't we?
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/
More information about the Gcc
mailing list