jinhua luo

Results 27 issues of jinhua luo

The trailer headers should be in the following [format](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Trailer): ``` ...... 0\r\n Trailer-Header-A: foo\r\n ... \r\n ``` However, the code thought there is an extra `\r\n` between `0\r\n` and `Trailer-Header-A:...

Hi, All. I'm glad to share my openresty library based on zeep. Any suggestion is welcome, thank you all. https://github.com/kingluo/lua-resty-ffi-soap ![soap](https://github.com/mvantellingen/python-zeep/assets/4401042/54449a7e-ef4a-4f97-b60f-19555b1a9ba4) ![soap_callflow](https://github.com/mvantellingen/python-zeep/assets/4401042/9f6c5c76-4961-4a7b-b3cf-12bfa0d17243)

lua-resty-ffi provides an efficient and generic API to do hybrid programming in openresty with mainstream languages (Go, Python, Java, Rust, Node.js, etc.). **Features:** * nonblocking, in coroutine way * simple...

As we all know, test-nginx is a great testing framework, but no offense, in my daily use, I think it is still a bit far from perfect. The expressive capabilities...

First access of `CURRENT_REACTOR` would run a reactor in a background thread? Does it mean for threadpoll executor, each thread local reactor would be running in a paired background thread?...

Sometimes the session is not determined from cookie of the current request, and it's necessary to delete a session by specifing the session id, e.g. in SAML protocol, when receiving...

Fix #1902 When we contruct frames for HTTP/2 response and reuse the same skbs from the backend (HTTP/1), we forget to adjust the skb size according to the trailer headers...