diff src/http/ngx_http.h @ 135:e29909bd9b8a

nginx-0.0.1-2003-09-28-23:29:06 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 28 Sep 2003 19:29:06 +0000
parents 7ebc8b7fb816
children 2a615b036870
line wrap: on
line diff
--- a/src/http/ngx_http.h	Fri Sep 26 05:45:21 2003 +0000
+++ b/src/http/ngx_http.h	Sun Sep 28 19:29:06 2003 +0000
@@ -33,6 +33,8 @@
                 r->ctx[module.ctx_index] = cx;                                \
             } while (0)
 
+#define ngx_http_delete_ctx(r, module)                                        \
+            r->ctx[module.ctx_index] = NULL;
 
 
 /* STUB */