diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-18 19:11:20 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-18 19:11:20 +0000 |
commit | 74a5ddb47aef86bb07336713bb1ace0007c2d452 (patch) | |
tree | 449c6ceb229b7646ef40417135c66843a677746b /src/http/ngx_http_request.h | |
parent | f38e046a0a2e7437f8232ef2a99cead69c4b9ebb (diff) | |
download | nginx-74a5ddb47aef86bb07336713bb1ace0007c2d452.tar.gz nginx-74a5ddb47aef86bb07336713bb1ace0007c2d452.zip |
nginx-0.0.7-2004-07-18-23:11:20 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index a80e0a57d..d987c515a 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -218,9 +218,6 @@ struct ngx_http_request_s { ngx_connection_t *connection; - ngx_recv_pt recv; - ngx_send_chain_pt send_chain; - void **ctx; void **main_conf; void **srv_conf; |