comparison src/http/ngx_http_special_response.c @ 293:ec3c049681fd

nginx-0.0.3-2004-03-19-08:25:53 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Mar 2004 05:25:53 +0000
parents a472bfb778b3
children 5cfd65b8b0a7
comparison
equal deleted inserted replaced
292:a472bfb778b3 293:ec3c049681fd
202 } 202 }
203 203
204 if (r->lingering_close == 1) { 204 if (r->lingering_close == 1) {
205 switch (error) { 205 switch (error) {
206 case NGX_HTTP_BAD_REQUEST: 206 case NGX_HTTP_BAD_REQUEST:
207 case NGX_HTTP_REQUEST_URI_TOO_LARGE:
208 case NGX_HTTP_INTERNAL_SERVER_ERROR:
209 r->lingering_close = 0; 207 r->lingering_close = 0;
210 } 208 }
211 } 209 }
212 210
213 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 211 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);