diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index da6f37a01..9312fba60 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -28,8 +28,8 @@ typedef struct { ngx_log_t *log; int backlog; - int pool_size; - int post_accept_buffer_size; /* should be here because + size_t pool_size; + size_t post_accept_buffer_size; /* should be here because of the AcceptEx() preread */ time_t post_accept_timeout; /* should be here because of the deferred accept */ |