aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h3
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;