aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index a94640d74..93f6cbdc3 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -19,10 +19,6 @@ struct ngx_connection_s {
ngx_socket_t fd;
void *data;
- /* STUB */
- ngx_array_t *requests;
- int requests_len;
-
#ifdef NGX_EVENT
ngx_event_t *read;
ngx_event_t *write;
@@ -34,9 +30,11 @@ struct ngx_connection_s {
void *ctx;
ngx_server_t *servers;
- ngx_pool_t *pool;
ngx_log_t *log;
+ ngx_pool_t *pool;
+ int pool_size;
+
int family;
struct sockaddr *sockaddr;
socklen_t socklen;