Re: headers_in_hash

2014-02-19 Thread atarob
> > fields > > > > that have dedicated pointers in the header_in struct. It seems > that > > > when I > > > > access headers_in_hash from the main config, it is > uninitialized. I > > > can see > > > > in the code that there is >

Re: headers_in_hash

2014-02-19 Thread Maxim Dounin
ant to read in from config desired http header > > fields. > > > Then, during config still, I want to get the struct offset for the > > fields > > > that have dedicated pointers in the header_in struct. It seems that > > when I > > > access headers_in_hash fr

Re: headers_in_hash

2014-02-18 Thread atarob
o get the struct offset for the > fields > > that have dedicated pointers in the header_in struct. It seems that > when I > > access headers_in_hash from the main config, it is uninitialized. I > can see > > in the code that there is > > > > ngx_http_init_hea

Re: headers_in_hash

2014-02-17 Thread Maxim Dounin
at when I > access headers_in_hash from the main config, it is uninitialized. I can see > in the code that there is > > ngx_http_init_headers_in_hash(ngx_conf_t *cf, ngx_http_core_main_conf_t > *cmcf) > > in ngx_http.c. It seems to be called when the main conf is being gener

headers_in_hash

2014-02-14 Thread atarob
Creating a module, I want to read in from config desired http header fields. Then, during config still, I want to get the struct offset for the fields that have dedicated pointers in the header_in struct. It seems that when I access headers_in_hash from the main config, it is uninitialized. I can