Subject: | Gzipped CSS file comes out as "*Symbol::GEN6" |
This module is mostly working fine for me. However, when I request my
CSS file (http://localhost:3000/static/css/salg_screen.css) then I get
the following result. I do not see similar problems for .js or .png
static files nor dynamic html (.tt) files.
% wget --header='Accept-Encoding: gzip' -S
http://localhost:3000/static/css/salg_screen.css
--16:21:19-- http://localhost:3000/static/css/salg_screen.css
=> `salg_screen.css'
Resolving localhost... 127.0.0.1, ::1
Connecting to localhost|127.0.0.1|:3000... connected.
HTTP request sent, awaiting response...
HTTP/1.0 200 OK
Connection: close
Date: Fri, 15 Dec 2006 22:21:19 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 33
Content-Type: text/css
Last-Modified: Thu, 14 Dec 2006 20:36:52 GMT
Status: 200
X-Catalyst: 5.7006
Length: 33 [text/css]
100%[====================================>] 33 --.--K/s
16:21:19 (848.07 KB/s) - `salg_screen.css' saved [33/33]
% zcat salg_screen.css
*Symbol::GEN6
This looks like a bug in memGzip, but I thought I'd post here to see if
this is a known problem. If not, I'll try to get a reduced test case
for Compress::Zlib.
% perl -v
This is perl, v5.8.6 built for darwin-thread-multi-2level
(with 3 registered patches, see perl -V for more detail)
% perlversion Compress::Zlib
Compress::Zlib 2.001
Thanks,
Chris