in reply to Re: uncompress gzip data in a callback
in thread uncompress gzip data in a callback

I'll give Compress::Raw::Zlib a go, thanks for the advice. Yes I'm using the concat operator. It seems to be ok - if I use it to concat all the data I can ungzip it after the fact, but that means I have to wait for all the data to arrive before I can output it.
  • Comment on Re^2: uncompress gzip data in a callback