aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-06-12 05:54:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-06-12 05:54:39 +0000
commit0915977df53c486abbc6081e1c83f9f8e7a8f111 (patch)
tree778b5191eed39b3043798423ccc23708e65f116f /src/http/ngx_http_core_module.h
parent239baac646073cab7bbaf537ba2d6ca844f2c992 (diff)
downloadnginx-0915977df53c486abbc6081e1c83f9f8e7a8f111.tar.gz
nginx-0915977df53c486abbc6081e1c83f9f8e7a8f111.zip
nginx-0.0.1-2003-06-12-09:54:39 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 4cf966a1d..df9bcca02 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -35,9 +35,9 @@ typedef struct {
ngx_msec_t post_accept_timeout;
ssize_t connection_pool_size;
- size_t request_pool_size;
+ ssize_t request_pool_size;
ngx_msec_t client_header_timeout;
- size_t client_header_buffer_size;
+ ssize_t client_header_buffer_size;
int large_client_header;
} ngx_http_core_srv_conf_t;
@@ -99,8 +99,8 @@ typedef struct {
int sendfile; /* sendfile */
ngx_msec_t send_timeout; /* send_timeout */
- size_t send_lowat; /* send_lowat */
- size_t discarded_buffer_size; /* discarded_buffer_size */
+ ssize_t send_lowat; /* send_lowat */
+ ssize_t discarded_buffer_size; /* discarded_buffer_size */
ngx_msec_t keepalive_timeout; /* keepalive_timeout */
ngx_msec_t lingering_time; /* lingering_time */
ngx_msec_t lingering_timeout; /* lingering_timeout */