comparison src/http/ngx_http_special_response.c @ 2019:e720be7bc195

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 May 2008 17:39:51 +0000
parents dd388c80f5a2
children 7018254cc006
comparison
equal deleted inserted replaced
2018:c54ccad7b2f0 2019:e720be7bc195
341 error = NGX_HTTP_INTERNAL_SERVER_ERROR; 341 error = NGX_HTTP_INTERNAL_SERVER_ERROR;
342 } 342 }
343 343
344 r->err_status = error; 344 r->err_status = error;
345 345
346 if (r->keepalive != 0) { 346 if (r->keepalive) {
347 switch (error) { 347 switch (error) {
348 case NGX_HTTP_BAD_REQUEST: 348 case NGX_HTTP_BAD_REQUEST:
349 case NGX_HTTP_REQUEST_ENTITY_TOO_LARGE: 349 case NGX_HTTP_REQUEST_ENTITY_TOO_LARGE:
350 case NGX_HTTP_REQUEST_URI_TOO_LARGE: 350 case NGX_HTTP_REQUEST_URI_TOO_LARGE:
351 case NGX_HTTP_TO_HTTPS: 351 case NGX_HTTP_TO_HTTPS: