comparison src/http/ngx_http_request.c @ 990:bc232bbdddf9

undo r979
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Jan 2007 18:20:03 +0000
parents b3d642b5e4bb
children 9075a1c5dc78
comparison
equal deleted inserted replaced
989:5595e47d4f17 990:bc232bbdddf9
1489 rc = r->post_subrequest->handler(r, r->post_subrequest->data, rc); 1489 rc = r->post_subrequest->handler(r, r->post_subrequest->data, rc);
1490 } 1490 }
1491 1491
1492 if (rc == NGX_ERROR 1492 if (rc == NGX_ERROR
1493 || rc == NGX_HTTP_REQUEST_TIME_OUT 1493 || rc == NGX_HTTP_REQUEST_TIME_OUT
1494 || rc == NGX_HTTP_CLIENT_CLOSED_REQUEST
1495 || r->connection->error) 1494 || r->connection->error)
1496 { 1495 {
1497 if (rc == NGX_HTTP_CLIENT_CLOSED_REQUEST 1496 if (rc == NGX_HTTP_CLIENT_CLOSED_REQUEST
1498 && r->headers_out.status == 0) 1497 && r->headers_out.status == 0)
1499 { 1498 {