comparison src/core/ngx_output_chain.c @ 3237:2efa8d2fcde1 stable-0.7

merge r2903, r2911, r2912, r3002: fix various failures handling
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 15:54:29 +0000
parents 9ef3719c4d8a
children 6060225e9261 9ecd253fcc90
comparison
equal deleted inserted replaced
3236:9aa8fd2d5a00 3237:2efa8d2fcde1
312 cl->buf = in->buf; 312 cl->buf = in->buf;
313 in = in->next; 313 in = in->next;
314 314
315 #endif 315 #endif
316 316
317 cl->next = NULL;
317 *ll = cl; 318 *ll = cl;
318 ll = &cl->next; 319 ll = &cl->next;
319 } 320 }
320
321 *ll = NULL;
322 321
323 return NGX_OK; 322 return NGX_OK;
324 } 323 }
325 324
326 325