akf00000
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.
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...
in ngx_http_lua_directive.c:1876,is need add dump? like this: ``` b->pos = b->start + len; b->last = b->pos + n; start = b->start; + #if (nginx_version >= 1009002) + if (dump) {...
When i test the sslhandshake future,i connect to local machine and i set the ssl_verify future, sometimes it failed in assert check. log: /usr/local/openresty/lualib/resty/core/socket.lua:281: assertion failed! I add some log...