Skip to content

Commit e505a67

Browse files
committed
feat(agent): update api to use new api of libredirectionio, update test system to handle gzip
1 parent ca3cf6f commit e505a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_redirectionio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static apr_status_t redirectionio_filter_body_filtering(ap_filter_t *f, apr_buck
270270
}
271271

272272
if (ctx->body_filter == NULL) {
273-
ctx->body_filter = (struct REDIRECTIONIO_FilterBodyAction *)redirectionio_action_body_filter_create(ctx->action, ctx->backend_response_status_code);
273+
ctx->body_filter = (struct REDIRECTIONIO_FilterBodyAction *)redirectionio_action_body_filter_create(ctx->action, ctx->backend_response_status_code, ctx->response_headers);
274274

275275
if (ctx->body_filter == NULL) {
276276
ap_remove_output_filter(f);

0 commit comments

Comments
 (0)