Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-09-28 23:29:06 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-09-28 23:29:06 +0400
commit2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f (patch)
tree6a2b3c17c58af5159ff80a1bcef94f7c93632967 /src/http/ngx_http.h
parent02f0132392913bd632d2616a0c0ab5391c2cfc6d (diff)
nginx-0.0.1-2003-09-28-23:29:06 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index c2608a34b..9ccc6f35b 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -33,6 +33,8 @@ typedef int (*ngx_http_output_body_filter_p)
r->ctx[module.ctx_index] = cx; \
} while (0)
+#define ngx_http_delete_ctx(r, module) \
+ r->ctx[module.ctx_index] = NULL;
/* STUB */