diff src/http/ngx_http_config.h @ 3730:d094e237abf4

ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() may be used at merge phase
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Aug 2010 15:28:04 +0000
parents b4d8aef4a1ad
children d620f497c50f
line wrap: on
line diff
--- a/src/http/ngx_http_config.h
+++ b/src/http/ngx_http_config.h
@@ -56,10 +56,6 @@ typedef struct {
 #define ngx_http_get_module_srv_conf(r, module)  (r)->srv_conf[module.ctx_index]
 #define ngx_http_get_module_loc_conf(r, module)  (r)->loc_conf[module.ctx_index]
 
-/*
- * ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf()
- * must not be used at the merge phase because cf->ctx points to http{}'s ctx
- */
 
 #define ngx_http_conf_get_module_main_conf(cf, module)                        \
     ((ngx_http_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]