aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-23 06:32:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-09-23 06:32:00 +0000
commitf7abd72716bf9499581a010d7c2bf21da7987ba9 (patch)
treeb61b7d1e2d315980cf2eab7c86461dd6dac164cc /src/http/ngx_http_request.h
parent85080d09ad785214243d60474d25894fcf24e27d (diff)
downloadnginx-f7abd72716bf9499581a010d7c2bf21da7987ba9.tar.gz
nginx-f7abd72716bf9499581a010d7c2bf21da7987ba9.zip
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