comparison src/http/ngx_http_upstream.c @ 787:b310630d129e

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Oct 2006 16:13:49 +0000
parents 4ab852b691f5
children a164e55b4067
comparison
equal deleted inserted replaced
786:5dc3ba0d6388 787:b310630d129e
1165 hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash, 1165 hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash,
1166 h[i].lowcase_key, h[i].key.len); 1166 h[i].lowcase_key, h[i].key.len);
1167 1167
1168 if (hh && hh->redirect) { 1168 if (hh && hh->redirect) {
1169 if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) { 1169 if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) {
1170 ngx_http_finalize_request(r, 1170 ngx_http_finalize_request(r,
1171 NGX_HTTP_INTERNAL_SERVER_ERROR); 1171 NGX_HTTP_INTERNAL_SERVER_ERROR);
1172 return; 1172 return;
1173 } 1173 }
1174 } 1174 }
1175 } 1175 }