diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-09-23 06:32:00 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-23 06:32:00 +0000 |
| commit | f7abd72716bf9499581a010d7c2bf21da7987ba9 (patch) | |
| tree | b61b7d1e2d315980cf2eab7c86461dd6dac164cc /src/http/ngx_http_request.h | |
| parent | 85080d09ad785214243d60474d25894fcf24e27d (diff) | |
| download | nginx-f7abd72716bf9499581a010d7c2bf21da7987ba9.tar.gz nginx-f7abd72716bf9499581a010d7c2bf21da7987ba9.tar.bz2 | |
nginx-0.0.11-2004-09-23-10:32:00 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_request.h | 4 |
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 |
