comparison src/http/ngx_http_special_response.c @ 145:58557d0cccd1

nginx-0.0.1-2003-10-13-20:32:29 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 13 Oct 2003 16:32:29 +0000
parents ef8c87afcfc5
children 5afee0074707
comparison
equal deleted inserted replaced
144:ef8c87afcfc5 145:58557d0cccd1
232 h->pos = error_tail; 232 h->pos = error_tail;
233 h->last = error_tail + sizeof(error_tail) - 1; 233 h->last = error_tail + sizeof(error_tail) - 1;
234 234
235 if (/* STUB: "msie_padding on/off" */ 1 235 if (/* STUB: "msie_padding on/off" */ 1
236 && r->http_version >= NGX_HTTP_VERSION_10 236 && r->http_version >= NGX_HTTP_VERSION_10
237 && error >= NGX_HTTP_BAD_REQUEST) 237 && error >= NGX_HTTP_BAD_REQUEST
238 && error != NGX_HTTP_REQUEST_URI_TOO_LARGE
239 )
238 { 240 {
239 241
240 if (ngx_http_output_filter(r, h) == NGX_ERROR) { 242 if (ngx_http_output_filter(r, h) == NGX_ERROR) {
241 return NGX_ERROR; 243 return NGX_ERROR;
242 } 244 }