akf00000

Results 4 issues of akf00000

ngx_http_vhost_traffic_status_display_get_size not lock the share memory。if a new shm node being added,in the same time, another process call the ngx_http_vhost_traffic_status_display_get_size , may get wrong node,that have not be initial full.

bug

I have som lua function need to be call after access phase,if I implement it in the last of access phase functions,the subrequest will not take effect, why not support...

when change config from: ```c ssl_engine { use_engine qatengine; default_algorithms RSA,EC,DH,DSA; qat_engine { qat_offload_mode async; qat_notify_mode poll; qat_poll_mode external; qat_external_poll_interval 1; qat_shutting_down_release on; } } ``` to: ```c ssl_engine {...

server { listen 80; server_name test.com; header_filter_by_lua_file my_header_filter.lua; location / { proxy_pass http://u1; } } if some mistake in my_header_filter.lua, the request just abort, and the $status log value is...