diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 2 |
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 */ |