echo-nginx-module and HTTP2
Yichun Zhang (agentzh)
agentzh at gmail.com
Thu Jan 28 19:00:45 UTC 2016
Hello!
On Thu, Jan 28, 2016 at 1:45 AM, A. Schulze wrote:
> The echo module (https://github.com/openresty/echo-nginx-module / v0.58)
> produce segfaults while accessing the following location:
>
> # echo back the client request
> location /echoback {
> echo_duplicate 1 $echo_client_request_headers;
> echo "\r";
>
> echo_read_request_body;
>
> echo_request_body;
> }
>
> that happen only if http2 is enabled (usually at https servers).
Yeah, the ngx_echo module does not support the HTTP/2 mode yet (as the
maintainer, I've never tested it anyway). Patches welcome and
volunteers welcome :)
Best regards,
-agentzh
More information about the nginx
mailing list