fix SSI include stub for valid empty responses
Igor Sysoev
12 years ago
1 changed file(s) with
3 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-1
src/http/ngx_http_copy_filter_module.c
less
more
125
125
}
126
126
#endif
127
127
128
r->request_output = 1;
128
if (in && in->buf && ngx_buf_size(in->buf)) {
129
r->request_output = 1;
130
}
129
131
}
130
132
131
133
#if (NGX_HAVE_FILE_AIO)