Package: libnginx-mod-http-brotli / 1.0.0~rc-7

Metadata

Package Version Patches format
libnginx-mod-http-brotli 1.0.0~rc-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix Vary header.patch | (download)

static/ngx_http_brotli_static_module.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix 'vary' header

The patch fixes problem described here:
https://github.com/google/ngx_brotli/issues/97

"brotli_static on;" causes "Vary: Accept-Encoding" to be added to every
file (including images, ...)
The patch fixes the problem and adds "Vary: Accept-Encoding" only to
responses when brotli static compression is used.