comparison src/http/modules/ngx_http_xslt_filter_module.c @ 582:c456a023113c NGINX_0_8_43

nginx 0.8.43 *) Feature: large geo ranges base loading speed-up. *) Bugfix: an error_page redirection to "location /zero { return 204; }" without changing status code kept the error body; the bug had appeared in 0.8.42. *) Bugfix: nginx might close IPv6 listen socket during reconfiguration. Thanks to Maxim Dounin. *) Bugfix: the $uid_set variable may be used at any request processing stage.
author Igor Sysoev <http://sysoev.ru>
date Wed, 30 Jun 2010 00:00:00 +0400
parents 8246d8a2c2be
children 53f5f04a64b8
comparison
equal deleted inserted replaced
581:22b2345b75d9 582:c456a023113c
266 266
267 for (cl = in; cl; cl = cl->next) { 267 for (cl = in; cl; cl = cl->next) {
268 268
269 if (ngx_http_xslt_add_chunk(r, ctx, cl->buf) != NGX_OK) { 269 if (ngx_http_xslt_add_chunk(r, ctx, cl->buf) != NGX_OK) {
270 270
271 if (ctx->ctxt->myDoc){ 271 if (ctx->ctxt->myDoc) {
272 272
273 #if (NGX_HTTP_XSLT_REUSE_DTD) 273 #if (NGX_HTTP_XSLT_REUSE_DTD)
274 ctx->ctxt->myDoc->extSubset = NULL; 274 ctx->ctxt->myDoc->extSubset = NULL;
275 #endif 275 #endif
276 xmlFreeDoc(ctx->ctxt->myDoc); 276 xmlFreeDoc(ctx->ctxt->myDoc);