Hello!
> Hello Alex. I would like to hear more why it was important to implement HTTP/2 for upstreams? What do you think will be the benefit compared to HTTP/1.1 and keepalives?
Well, firstly I must say there are some inherent advantages of HTTP/2, like the HPACK, which reduces the cost of headers parsing,
and the HOL blocking problem is solved, since HTTP/2 supports the concurrent streams, becasue sometimes you may need to communicate with
multiple upstream servers.
Also, with the HTTP/2 support, the usage of gRPC is possible.
However, there are still some limitations just like I said above (because of the ngx_lua modle). So the full power cannot be showed, at least for now.
So with this library, I hope the ecosystem of OpenResty can be more and more perfect.