diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_special_response.c
+++ b/src/http/ngx_http_special_response.c
@@ -234,7 +234,9 @@ int ngx_http_special_response_handler(ng
 
     if (/* STUB: "msie_padding on/off" */ 1
         && r->http_version >= NGX_HTTP_VERSION_10
-        && error >= NGX_HTTP_BAD_REQUEST)
+        && error >= NGX_HTTP_BAD_REQUEST
+        && error != NGX_HTTP_REQUEST_URI_TOO_LARGE
+       )
     {
 
         if (ngx_http_output_filter(r, h) == NGX_ERROR) {