echo-nginx-module and HTTP2

A. Schulze sca at andreasschulze.de
Thu Jan 28 09:45:04 UTC 2016


Hello,

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).

...
worker process 20658 exited on signal 11

Andreas



More information about the nginx mailing list