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. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
