lua-nginx-module
lua-nginx-module copied to clipboard
[Feature Request] Support lua ability in nginx-quic
As quic has become a standard, nginx-quic will soon release the formal version. Actually, there are lots of optimization can be done in nginx-quic with lua, such as: CID generation process
, congestion control algorithms implementation
, all above can give a nginx-quic developer a more friendly and fast development experience
So, will openresty make some effort about this? If you're interested in it, we'd like to give some pr for it.
Um...If you approve this idea, I could write a doc for all potential lua-hook place first
Can lua-nginx-module be compiled with nginx-quic?
Can lua-nginx-module be compiled with nginx-quic?
Sure, but it not work well with quic connection, as mentioned in this pr: https://github.com/openresty/lua-nginx-module/issues/1887
Upvote this please anyone that can help with NGINX + QUIC + LUA support is appreciated!
PR is welcome @william-zk
When will be ready to support nginx-quic?
waiting for the nginx master branch to merge quic feature