diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-06 09:38:34 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-06 09:38:34 +0000 |
| commit | f36ae41e3689e8347364e10335ddbf09b9103ca8 (patch) | |
| tree | 2e93e67ba8da830dcf608fbc1072b64f44dd97e9 | |
| parent | e24b57ad9f06e5e48eda02f0d79a922797a68a87 (diff) | |
| download | nginx-f36ae41e3689e8347364e10335ddbf09b9103ca8.tar.gz nginx-f36ae41e3689e8347364e10335ddbf09b9103ca8.tar.bz2 | |
disable ranges, because xslt filter runs after range body filter
| -rw-r--r-- | src/http/modules/ngx_http_xslt_filter_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_xslt_filter_module.c b/src/http/modules/ngx_http_xslt_filter_module.c index df7aa8878..6b8ee0ad8 100644 --- a/src/http/modules/ngx_http_xslt_filter_module.c +++ b/src/http/modules/ngx_http_xslt_filter_module.c @@ -339,8 +339,6 @@ ngx_http_xslt_send(ngx_http_request_t *r, ngx_http_xslt_filter_ctx_t *ctx, r->headers_out.content_length = NULL; } - r->allow_ranges = 1; - rc = ngx_http_next_header_filter(r); if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) { |
