Alex Zhang
Alex Zhang
Hello! OK, I will try to reproduce it firstly :)
@alexandrlevashov Have you observed any error log messages in your `error.log`?
@teward I just want it to be consistent with the ngx_gzip module at that time. Excerpting from [ngx_gzip](http://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_types) document: > Enables gzipping of responses for the specified MIME types in...
OK now let me check the BREACH out.
@teward Your words sounds fair enough. Since there is a potential security issue, we should fix it, this is more important than the "consistence" with other same kind of modules....
@g3ne 我会尽快实现这个功能。
> 参照文档中给出的[例子](https://github.com/tokers/lua-resty-http2/blob/master/util/example.lua),我改造了了一下,如下,并进行访问,得到了 `client:request() failed: closed` 的错误。 > > ```lua > local on_headers_reach = function(ctx, headers) > print("received HEADERS frame:") > for k, v in pairs(headers) do > print(k, ": ",...
@atrifan Well done. I will review it as soon as possible.
You may try to create a timer, which accepts requests from requests in the same worker, the timer opens one connection to upstream by the HTTP/2 multiplex mechanism, and backs...
@Boburmirzo All contributors will be there or just the active parts? Indeed, I'm not sure whether this is compliant with Apache, we don't say we are the core contributors, all...