alloca writes:
> This patch adds a serve_gzip option. When enabled, If the client requests > path, then serve path.gz if it exists and the client accepts > Content-Encoding: gzip. While I believe I understand your objective, your diff has numerous issues. It also seems you've either purposely broken comment blocks or are commenting out sections of existing code. See https://www.openbsd.org/faq/faq5.html#Diff as well as style(9) man page. -dv