openresty / lua-nginx-module

Embed the Power of Lua into NGINX HTTP servers
https://openresty.org/
11.24k stars 2.02k forks source link

[Feature Request] Support lua ability in nginx-quic #1893

Open Neo-ZK opened 3 years ago

Neo-ZK commented 3 years ago

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.

Neo-ZK commented 3 years ago

Um...If you approve this idea, I could write a doc for all potential lua-hook place first

spacewander commented 3 years ago

Can lua-nginx-module be compiled with nginx-quic?

Neo-ZK commented 3 years ago

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

Firegarden commented 3 years ago

Upvote this please anyone that can help with NGINX + QUIC + LUA support is appreciated!

zhuizhuhaomeng commented 3 years ago

PR is welcome @william-zk

kn007 commented 2 years ago

When will be ready to support nginx-quic?

zhuizhuhaomeng commented 2 years ago

waiting for the nginx master branch to merge quic feature