comparison src/http/modules/ngx_http_fastcgi_module.c @ 3850:ca7b9caa20e5

fix large stderr handling without http cache patch by Maxim Dounin the bug has been introduced in r3461
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Jan 2011 12:23:00 +0000
parents 1ba712d077d1
children 502a6b0acf3f
comparison
equal deleted inserted replaced
3849:d96c07f729cc 3850:ca7b9caa20e5
1278 u->buffer.pos = u->buffer.start 1278 u->buffer.pos = u->buffer.start
1279 + r->cache->header_start; 1279 + r->cache->header_start;
1280 } else { 1280 } else {
1281 u->buffer.pos = u->buffer.start; 1281 u->buffer.pos = u->buffer.start;
1282 } 1282 }
1283 #else
1284 u->buffer.pos = u->buffer.start;
1283 #endif 1285 #endif
1284
1285 u->buffer.last = u->buffer.pos; 1286 u->buffer.last = u->buffer.pos;
1286 f->large_stderr = 1; 1287 f->large_stderr = 1;
1287 } 1288 }
1288 1289
1289 return NGX_AGAIN; 1290 return NGX_AGAIN;