diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-10-13 16:32:29 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-13 16:32:29 +0000 |
| commit | 913d0d4de7946c6220d44d0afe40fffda54b342e (patch) | |
| tree | 64bd362b2fbc99cae42eff332307987288ce63be /src/http/ngx_http_special_response.c | |
| parent | 0a280a3fc081877bc45cbdc0511a8cc42675213c (diff) | |
| download | nginx-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.c | 4 |
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) { |
