Skip to content

Commit bcc3cea

Browse files
committed
debug
1 parent 2b7c34c commit bcc3cea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ngx_http_apisix_module.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,8 @@ ngx_http_apisix_set_upstream_pass_trailers(ngx_http_request_t *r, int on)
10691069
ngx_int_t
10701070
ngx_http_apisix_is_upstream_pass_trailers(ngx_http_request_t *r)
10711071
{
1072-
ngx_http_apisix_ctx_t *ctx;
1072+
return 0;
1073+
/* ngx_http_apisix_ctx_t *ctx;
10731074
10741075
ctx = ngx_http_apisix_get_module_ctx(r);
10751076
@@ -1078,5 +1079,5 @@ ngx_http_apisix_is_upstream_pass_trailers(ngx_http_request_t *r)
10781079
return ctx->upstream_pass_trailers;
10791080
}
10801081
1081-
return 1;
1082+
return 1; */
10821083
}

0 commit comments

Comments
 (0)