cache and clean the VOMS AC only once per connection
Compare changes
- #15Francesco Giacomini authored
+ 37
− 27
@@ -22,6 +22,7 @@ extern "C" {
@@ -63,8 +64,6 @@ ngx_module_t ngx_http_voms_module = {
@@ -344,52 +343,62 @@ static MaybeVomsAc retrieve_voms_ac_from_proxy(ngx_http_request_t* r)
@@ -399,8 +408,9 @@ static MaybeVomsAc const& get_voms_ac(ngx_http_request_t* r)
@@ -417,14 +427,14 @@ static ngx_int_t generic_getter(ngx_http_request_t* r,