Re: How do I deflate content()?
Michael Herger <slim-b/[email protected]> Tue, 27 Dec 2022 10:55:14 +0100
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> I don't know; how can I check? Can I just print out the value of > Slim::Networking::SimpleHTTP::hasZlib with $log->info()? I have it Wow... I think deflate simply does not work. Which is rather surprising, as this code had been around for years and years. But as I seemed to only get gzip encoded data from whatever external server I used, I set up my own to serve deflate. And LMS indeed fails to decode it. I'll try to understand whether this is something I broke in a refactoring of the SimpleAsyncHTTP code I did in LMS8. Worst case I'll simply remove "deflate" support. "gzip" seems to be what is being used most widely anyway.