CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/05/10 04:02:04

Modified files:
        usr.sbin/httpd : config.c httpd.h parse.y 

Log message:
usr.sbin/httpd: inherit gzip-static in locations

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 and OK: job@

Reply via email to