jinhua luo
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  
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...
part of #1346
fix #2036
close #1808