diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-06-30 14:42:15 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-30 14:42:15 +0000 |
commit | fb7b45d20e322717b7273b981621b3f9ee3a02a4 (patch) | |
tree | ae01eecd8a431e2a70b4507af6443448a08d198e /src/http/ngx_http_request.h | |
parent | ffcae99251e5f74d73a9aa56012a924aae0076d5 (diff) | |
download | nginx-fb7b45d20e322717b7273b981621b3f9ee3a02a4.tar.gz nginx-fb7b45d20e322717b7273b981621b3f9ee3a02a4.zip |
remove r->zero_body unused since the previous commit
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index ec2405b96..01826668c 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -489,7 +489,6 @@ struct ngx_http_request_s { unsigned plain_http:1; unsigned chunked:1; unsigned header_only:1; - unsigned zero_body:1; unsigned keepalive:1; unsigned lingering_close:1; unsigned discard_body:1; |