Jun Ouyang

Results 85 comments of Jun Ouyang

I agree with revert https://github.com/openresty/lua-nginx-module/pull/2174, Sacrificing the majority of user usage for the sake of a handful of technically perfect solutions does not seem reasonable in some cases, apologies for...

But I want to emphasize that [client_body_timeout](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_timeout) does not look like a solution, it would make `ngx.read_body()` return no content and directly let Nginx return a 408 status code without...

Hi, I have submitted PR for the revert commit above these https://github.com/openresty/lua-nginx-module/pull/2286, pls help me review.

https://github.com/openresty/lua-nginx-module/commit/8dec675832574bdaf33e59258545b38633821137 https://github.com/openresty/lua-nginx-module/commit/6e29c1a96e641ea3e3498b1524baeaa28d3ab58c https://github.com/openresty/lua-nginx-module/commit/e0d19f787e74ce3ffbb9b9c5abad02fd6ea81f41 These PRs have been merged into the master branch, So can we close this issue? Sorry for causing trouble to everyone

You can refer to this function https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl/clienthello.lua#L145 to write your own function

I can not find type define in OpenSSl doc, But I used Wireshark's packet hexdump see it, Maybe you can use wireshark to debug.

waiting for merged, And then I will do another cherry-pick-related job.

@hbagdi I promise that this PR will be released in version 3.4, and I will continue to push it forward when I come back from PTO in this week.