From fcf003c6f4a5a7c885de0befcd45f4acddefb47b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 1 Mar 2013 14:55:42 +0000 Subject: Allocate request object from its own pool. Previously, it was allocated from a connection pool and was selectively freed for an idle keepalive connection. The goal is to put coupled things in one chunk of memory, and to simplify handling of request objects. --- src/http/ngx_http_request.h | 2 -- 1 file changed, 2 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 6ddf08e30..fd004e8f1 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -302,8 +302,6 @@ typedef struct { #endif #endif - ngx_http_request_t *request; - ngx_buf_t **busy; ngx_int_t nbusy; -- cgit v1.2.3