leave chain in consistent state on errors
Igor Sysoev
13 years ago
1 changed file(s) with
1 addition(s)
and
2 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-2
src/core/ngx_output_chain.c
less
more
313
313
314
314
#endif
315
315
316
cl->next = NULL;
316
317
*ll = cl;
317
318
ll = &cl->next;
318
319
}
319
320
*ll = NULL;
321
320
322
321
return NGX_OK;
323
322
}