Commit 58d20c94 authored by Geoff Simmons's avatar Geoff Simmons

Update for the changed obj_flag name in Varnish master.

parent 4abee956
......@@ -349,7 +349,7 @@ vfp_br_init(struct vfp_ctx *ctx, struct vfp_entry *ent)
http_Unset(ctx->resp, H_Content_Encoding);
http_Unset(ctx->resp, H_Content_Length);
RFC2616_Weaken_Etag(ctx->resp);
ctx->obj_flags |= OF_CHGGZIP;
ctx->obj_flags |= OF_CHGCE;
if (settings->which == ENC) {
http_SetHeader(ctx->resp, "Content-Encoding: br");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment