File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ typedef struct {
132132 ngx_int_t rc ;
133133#if (nginx_version > 1013003 )
134134 ngx_uint_t subreq_curr_index ;
135- ngx_uint_t subreq_parallel_wait_cnt ;
135+ // ngx_uint_t subreq_parallel_wait_cnt;
136136 ngx_uint_t subreq_sequential_wait_cnt ;
137137 ngx_flag_t status_check ;
138138#endif
@@ -1233,9 +1233,9 @@ ngx_http_link_func_precontent_handler(ngx_http_request_t *r) {
12331233 }
12341234
12351235 if ( internal_ctx -> status_code && internal_ctx -> rc == NGX_CONF_UNSET ) {
1236- if ( !internal_ctx -> subreq_parallel_wait_cnt ) {
1236+ // if ( !internal_ctx->subreq_parallel_wait_cnt) {
12371237 ngx_http_finalize_request (r , internal_ctx -> status_code );
1238- }
1238+ // }
12391239 return NGX_DONE ;
12401240 }
12411241
You can’t perform that action at this time.
0 commit comments