Index | Thread | Search

From:
Job Snijders <job@bsd.nl>
Subject:
Re: usr.sbin/httpd: inherit gzip-static in locations
To:
tech@openbsd.org
Date:
Sun, 10 May 2026 08:43:09 +0000

Download raw body.

Thread
On Sat, May 09, 2026 at 08:51:42PM +0200, Kirill A. Korinsky wrote:
> Location configuration inherited most server level options but dropped
> gzip-static, so requests matching a location skipped static gzip lookup even
> when the parent server enabled it.
> 
> Add an explicit no gzip-static state and inherit the gzip flag pair only
> when the location has not set either form, preserving location specific
> overrides.
> 
> Reported by: job@
> 
> Ok?

OK job@