From ef06648615d6ce6e000e6c737f80c2ba9fa04d3a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 21 Jun 2004 15:59:32 +0000 Subject: nginx-0.0.7-2004-06-21-19:59:32 import --- src/http/ngx_http_core_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http_core_module.h') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index d0539e046..84617e2d4 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -125,9 +125,9 @@ typedef struct { ngx_str_t default_type; size_t client_max_body_size; /* client_max_body_size */ - size_t send_lowat; /* send_lowat */ size_t discarded_buffer_size; /* discarded_buffer_size */ size_t client_body_buffer_size; /* client_body_buffer_size */ + size_t send_lowat; /* send_lowat */ ngx_msec_t client_body_timeout; /* client_body_timeout */ ngx_msec_t send_timeout; /* send_timeout */ -- cgit