comparison src/http/ngx_http_request.h @ 436:9549fc9508e5

nginx-0.0.11-2004-09-23-10:32:00 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Sep 2004 06:32:00 +0000
parents 5cdc4838d4e8
children da8c5707af39
comparison
equal deleted inserted replaced
435:5cdc4838d4e8 436:9549fc9508e5
1 #ifndef _NGX_HTTP_REQUEST_H_INCLUDED_ 1 #ifndef _NGX_HTTP_REQUEST_H_INCLUDED_
2 #define _NGX_HTTP_REQUEST_H_INCLUDED_ 2 #define _NGX_HTTP_REQUEST_H_INCLUDED_
3
4
5 #define NGX_HTTP_DISCARD_BUFFER_SIZE 4096
6 #define NGX_HTTP_LINGERING_BUFFER_SIZE 4096
3 7
4 8
5 #define NGX_HTTP_VERSION_9 9 9 #define NGX_HTTP_VERSION_9 9
6 #define NGX_HTTP_VERSION_10 1000 10 #define NGX_HTTP_VERSION_10 1000
7 #define NGX_HTTP_VERSION_11 1001 11 #define NGX_HTTP_VERSION_11 1001