Hi
I am getting the following error when I try to call deflate() or end() from a different callback that created the the gzip object;
"node: ../compress.cc:72: int Gzip::GzipDeflate(char_, int, char__, int_): Assertion `ret != (-2)' failed.
Aborted"
I have no idea what this means.