We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d35ab commit 5bbc2e2Copy full SHA for 5bbc2e2
src/ngx_http_apisix_module.h
@@ -70,5 +70,5 @@ char * ngx_http_apisix_error_log_init(ngx_conf_t *cf);
70
char * ngx_http_apisix_error_log_request_id(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
71
72
ngx_int_t ngx_http_apisix_set_upstream_pass_trailers(ngx_http_request_t *r, int on);
73
-ngx_int_t ngx_http_apisix_is_upstream_pass_trailers(ngx_http_request_t *r)
+ngx_int_t ngx_http_apisix_is_upstream_pass_trailers(ngx_http_request_t *r);
74
#endif /* _NGX_HTTP_APISIX_H_INCLUDED_ */
0 commit comments