Skip to content

Commit 2b7c34c

Browse files
committed
debug
1 parent 5bbc2e2 commit 2b7c34c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ngx_http_apisix_module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ ngx_http_apisix_is_upstream_pass_trailers(ngx_http_request_t *r)
10741074
ctx = ngx_http_apisix_get_module_ctx(r);
10751075

10761076
if (ctx != NULL && ctx->upstream_pass_trailers_set) {
1077+
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "upstream_pass_trailers_set: %d", ctx->upstream_pass_trailers);
10771078
return ctx->upstream_pass_trailers;
10781079
}
10791080

0 commit comments

Comments
 (0)