-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP/2 supporting #26
Comments
@boyxuper You should try it out yourself. I think it should just work. I've never tested it though. |
@boyxuper BTW, ngx_lua does not fully support HTTP/2 yet. |
@agentzh Thx for the fast reply. I've tried drizzle with HTTP/2 but failed, and here's the error log: 2016/04/10 02:23:11 [alert] 5834#0: *436835 epoll_ctl(1, 43) failed (17: File exists), client: 127.0.0.1, server: , request: "GET /item/245136127 HTTP/2.0", subrequest: "/_read_mysql", host: "127.0.0.1" I'm afraid that I'm not so familiar with drizzle-nginx-module code, but I'd like to try, what should I do to fix this? |
@boyxuper I guess we should migrate the following two code snippets guarded by
|
@boyxuper @agentzh openresty/lua-nginx-module#252 (comment) I'm not sure if this is related. |
@jmealo Yeah, the error message is similar. But I cannot derive more from just the error message itself. Patches welcome :) |
it doesn't work with HTTP/2:
|
Since lua_nginx_module been support HTTP/2: openresty/lua-nginx-module#566
Is there any chance we could also get drizzle-nginx-module to work with HTTP/2 ?
The text was updated successfully, but these errors were encountered: