Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-23 10:32:00 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-23 10:32:00 +0400
commitf7abd72716bf9499581a010d7c2bf21da7987ba9 (patch)
treeb61b7d1e2d315980cf2eab7c86461dd6dac164cc /src/http/ngx_http_request.h
parent85080d09ad785214243d60474d25894fcf24e27d (diff)
nginx-0.0.11-2004-09-23-10:32:00 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index c719be897..79b25b032 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -2,6 +2,10 @@
#define _NGX_HTTP_REQUEST_H_INCLUDED_
+#define NGX_HTTP_DISCARD_BUFFER_SIZE 4096
+#define NGX_HTTP_LINGERING_BUFFER_SIZE 4096
+
+
#define NGX_HTTP_VERSION_9 9
#define NGX_HTTP_VERSION_10 1000
#define NGX_HTTP_VERSION_11 1001