[Mono-list] GZIPStream problem on mono

Ricardo Lopes rjlopes at gmail.com
Mon Mar 23 19:57:32 EDT 2009


Hi,

I have an HttpHandler that compresses javascripts and css using a
GZipStream on the HttpResponse Filter, it works ok on Microsoft .Net
but on mono creates and invalid gzip stream.

I tried the DeflateStream and works ok.

I used wget to save the server response that should be gzip and
extract it with gunzip but gunzip says that the stream is not valid.

I am using Mono 2.2 and i didn't find any bug related to this issue
and I think is very weird.

Any suggestions?

Thanks.


More information about the Mono-list mailing list