> lighttpd's testsuite fails if zlib-ng is used because it compares > against the exact size of the compressed content. The patch attached > updates it to ensure the compressed content is at least half of the > input.
Thank you for the patch. I'll consider incorporating it upstream. In your patch: s/less then/less than/ in one comment. Last May, the following patch to workaround zlib-ng https://git.lighttpd.net/lighttpd/lighttpd1.4/commit/4a7514e12ef4e294e4cd43eab8c552d7d9a97e0f was added upstream, but is still on the lighttpd master branch; there has not been a lighttpd release since, but there will be soon. Cheers, Glenn

