On Thu, Jan 28, 2016 at 1:45 AM, A. Schulze wrote:
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
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
thanks,
I could not support with patches but would do some beta testing.
Just to have ask:
disabling http2 for a location is not possible, isn’t it?
I was doing some debugging and though I haven’t found a fix. The problem
is
in the ngx_http_echo_client_request_headers_variable() function
c->buffer
is NULL when http v2 is used for some reason (internal to nginx).
I was doing some debugging and though I haven’t found a fix. The problem is
in the ngx_http_echo_client_request_headers_variable() function c->buffer is
NULL when http v2 is used for some reason (internal to nginx).
This is expected since the HTTP/2 mode of NGINX reads the request
header into a different place. We should branch the code accordingly.