I've figured this out, but I think maybe it should be documented somewhere, so consider this a request for documentation. I'm getting `Zip encoding disabled; siege requires zlib support to enable it ` warning when running siege. To fix this: ```bash brew uninstall siege brew install zlib brew install --build-from-source siege ``` Thanks for the great tool!