[Mono-dev] Handling HTTP GZip response cannot find CreateZStream

Chris Tacke ctacke at opennetcf.com
Thu May 8 13:51:15 UTC 2014


I have an application that works just fine under .NET.  The application uses REST calls to get data from a web service.

When run under Mono on a Windows PC, or Mono on a Linux device, it fails.

The failure happens when the service responds with data payload that is Gzipped.

Down in the bowels of things, I'm getting back an EntryPointNotFoundException that says it can't find the CreateZStream method, it appears that it's expecting it to be in the MonoPosixHelper

Is this something missing from Mono, or something we're doing incorrectly?

-Chris



More information about the Mono-devel-list mailing list