aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-20 19:54:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-06-20 19:54:15 +0000
commit73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4 (patch)
treefe274167bb823494fe327e9f48a97a330cfe5c49 /src/http/ngx_http_request.h
parentf7290501f2426950f6c3ff7a2e3280bfaa831f0b (diff)
downloadnginx-73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4.tar.gz
nginx-73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4.zip
nginx-0.0.7-2004-06-20-23:54:15 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 52e110af7..7054d92e5 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -284,6 +284,7 @@ struct ngx_http_request_s {
/* can we use sendfile ? */
unsigned sendfile:1;
+ unsigned delayed:1;
unsigned chunked:1;
unsigned header_only:1;
unsigned keepalive:1;