summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_special_response.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-13 16:32:29 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-13 16:32:29 +0000
commit913d0d4de7946c6220d44d0afe40fffda54b342e (patch)
tree64bd362b2fbc99cae42eff332307987288ce63be /src/http/ngx_http_special_response.c
parent0a280a3fc081877bc45cbdc0511a8cc42675213c (diff)
downloadnginx-913d0d4de7946c6220d44d0afe40fffda54b342e.tar.gz
nginx-913d0d4de7946c6220d44d0afe40fffda54b342e.tar.bz2
nginx-0.0.1-2003-10-13-20:32:29 import
Diffstat (limited to 'src/http/ngx_http_special_response.c')
-rw-r--r--src/http/ngx_http_special_response.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c
index 0e16c987d..14c071775 100644
--- 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(ngx_http_request_t *r, int error)
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) {