comparison src/http/modules/ngx_http_fastcgi_module.c @ 374:67fa3851697b NGINX_0_6_31

nginx 0.6.31 *) Bugfix: nginx did not process FastCGI response if header was at the end of FastCGI record; bug appeared in 0.6.2. Thanks to Sergey Serov. *) Bugfix: a segmentation fault might occur in worker process if a file was deleted and the "open_file_cache_errors" directive was off.
author Igor Sysoev <http://sysoev.ru>
date Mon, 12 May 2008 00:00:00 +0400
parents 9a242235a80a
children 820f6378fc00
comparison
equal deleted inserted replaced
373:56370b6cb317 374:67fa3851697b
1230 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { 1230 if (rc == NGX_HTTP_PARSE_HEADER_DONE) {
1231 return NGX_OK; 1231 return NGX_OK;
1232 } 1232 }
1233 1233
1234 if (rc == NGX_OK) { 1234 if (rc == NGX_OK) {
1235 return NGX_AGAIN; 1235 continue;
1236 } 1236 }
1237 1237
1238 /* rc == NGX_AGAIN */ 1238 /* rc == NGX_AGAIN */
1239 1239
1240 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 1240 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,