lua-resty-http icon indicating copy to clipboard operation
lua-resty-http copied to clipboard

when will http2 protocol be supported?

Open ssdr opened this issue 7 years ago • 1 comments

when will http2 protocol be supported in lua-resty-http module?

ssdr avatar Sep 07 '17 09:09 ssdr

Three years later, I guess no one got around to this. If anyone wants to sponsor this I'd be up for it. Likewise, PRs welcome.

pintsized avatar Dec 11 '20 10:12 pintsized

This is never going to happen here. http2 doesn't really fit into lua-nginx-module cosockets very well, and that situation hasn't changed as far as I can tell. Square peg / round hole.

There is this: https://github.com/tokers/lua-resty-http2

But it still has no TLS support and has to use the connection pool to work around the lack of persistent sessions.

pintsized avatar Dec 15 '22 10:12 pintsized