From cf1735e458612db88cae69fb94633d89f7fbb261 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 13 Aug 2008 16:31:01 +0000 Subject: restore connection address on request closure, this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx --- src/http/ngx_http_request.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/http/ngx_http_request.h') diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 9a6223963..034da1cd5 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -436,16 +436,6 @@ struct ngx_http_request_s { unsigned bypass_cache:1; unsigned no_cache:1; -#if (NGX_HTTP_REALIP) - - /* - * instead of using the request context data in ngx_http_realip_module - * we use the single bit in the request structure - */ - unsigned realip_set:1; - -#endif - /* * instead of using the request context data in ngx_http_limit_zone_module * we use the single bit in the request structure -- cgit v1.2.3