Skip to content

Commit bd9a223

Browse files
committed
fix nginx proxy
1 parent 34c29a9 commit bd9a223

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/redirectionio_protocol.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@ apr_status_t redirectionio_protocol_send_filter_headers(redirectionio_context *c
233233
first_header = current_header;
234234
}
235235

236-
// No header
237-
if (first_header == NULL) {
238-
return APR_SUCCESS;
239-
}
240-
241236
first_header = (struct REDIRECTIONIO_HeaderMap *)redirectionio_action_header_filter_filter(ctx->action, first_header, r->status);
242237

243238
// Even if error returns success, as it does not affect anything

0 commit comments

Comments
 (0)