comparison src/http/ngx_http_upstream.c @ 2692:111e6e62af32

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Apr 2009 14:49:51 +0000
parents baa91bf5a63b
children 756f73ca1e39
comparison
equal deleted inserted replaced
2691:baa91bf5a63b 2692:111e6e62af32
2769 ngx_http_file_cache_free(r, u->pipe->temp_file); 2769 ngx_http_file_cache_free(r, u->pipe->temp_file);
2770 } 2770 }
2771 2771
2772 #endif 2772 #endif
2773 2773
2774 if (u->header_sent && (rc == NGX_ERROR || rc >= NGX_HTTP_SPECIAL_RESPONSE)) 2774 if (u->header_sent
2775 && (rc == NGX_ERROR || rc >= NGX_HTTP_SPECIAL_RESPONSE))
2775 { 2776 {
2776 rc = 0; 2777 rc = 0;
2777 } 2778 }
2778 2779
2779 if (rc == NGX_DECLINED) { 2780 if (rc == NGX_DECLINED) {