Hello!
On Mon, Jun 6, 2016 at 2:48 AM, r--w wrote:
> after switching to the newest version we encountered problems with HTTP 2.
> Error log says:
>
> 016/06/06 11:35:13 [alert] 2729#0: *548259 epoll_ctl(1, 66) failed (17: File
> exists), client: 109.173.158.142, server: , request: "GET / HTTP/2.0", host:
> xxxx.com
>
HTTP/2 is not yet officially supported by OpenResty. It's known that
some Lua APIs provided by ngx_lua may lead to such errors. So be
careful.
Regards,
-agentzh