echo-nginx-module and 1.11.12 (was: echo-nginx-module and HTTP2)

2017-03-26 Thread A. Schulze
Am 01.02.2016 um 23:53 schrieb Yichun Zhang (agentzh): > Hello! > > On Fri, Jan 29, 2016 at 8:40 PM, Kurt Cancemi wrote: >> 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

echo-nginx-module and HTTP2

2016-01-29 Thread Kurt Cancemi
Hello, 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). -- Kurt Cancemi https://www.x64architecture.com -- -- Kurt Cancemi

Re: echo-nginx-module and HTTP2

2016-01-29 Thread Yichun Zhang (agentzh)
Hello! On Thu, Jan 28, 2016 at 11:19 PM, A. Schulze wrote: > I could not support with patches but would do some beta testing. > Thanks. > Just to have ask: > disabling http2 for a location is not possible, isn't it? > Nope. Regards, -agentzh ___

Re: echo-nginx-module and HTTP2

2016-01-28 Thread A. Schulze
Yichun Zhang (agentzh): 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

Re: echo-nginx-module and HTTP2

2016-01-28 Thread Yichun Zhang (agentzh)
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