willmafh
willmafh
Question: Would there be some problem if one signal handler is triggered during the call of `acosw`?
https://github.com/hnes/libaco/blob/c941da6bb94a3800bf014722b7a248795f2b7ee2/acosw.S#L65 按照我的理解,这一行之前的: lea ecx,[esp+0x4] // esp, 通过将栈顶指针暂时保存在ecx中是作为一个定点的作用吧,因为前面注释里已经说了,signal可能改变栈顶指针esp的值,那这一行又用esp本身地址+8的方式取得to_co的地址,那万一在这之前esp的值由于signal改变了,那此时ecx里保存的值就不是to_co的地址了吧,不知道我这样配合你上面的注释理解得对不对。探讨一下...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.
when the request is /t, it will auto redirect to /t/, passing through only header/body filter & log phases, skipping phases like rewrite & access etc, request_auto_redirect variable can be...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.
### Describe the feature you'd like to add to nginx Is that possible for Nginx to open source ssl key log related directives, such as [ssl_key_log](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_key_log)? Otherwise, I want to...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.
## proxy_ssl_certificate_by_lua directives * proxy_ssl_certificate_by_lua directives are working after receiving server certificate request message, allowing us to set the SSL certificate chain and the corresponding private key for the upstream...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.
I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.
I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.