How to remove argument from request line?

2015-10-05 Thread Anatoli Marinov
Hi, I am writing a custom module for nginx which should remove particular arguments from request line when request is sending to the origin through upstream on cache miss. Proxy cache is used. In general I want to remove start=XXX argument. My handler is attached in rewrite phase and I tryed to mod

Re: Slice module

2015-10-05 Thread Woon Wai Keen
On 30/9/2015 12:00 AM, Roman Arutyunyan wrote: Known issues The module can lead to excessive memory and file handle usage. Hi Roman, thanks for sharing. Under what circumstances will there be excessive memory and file handle usage? ___

Re: Slice module

2015-10-05 Thread Roman Arutyunyan
Hello, > On 05 Oct 2015, at 22:22, Woon Wai Keen wrote: > > On 30/9/2015 12:00 AM, Roman Arutyunyan wrote: >> Known issues >> >> >> The module can lead to excessive memory and file handle usage. > Hi Roman, thanks for sharing. Under what circumstances will there be > excessive mem

Re: subrequest error with http2

2015-10-05 Thread Yichun Zhang (agentzh)
Hello! On Wed, Sep 23, 2015 at 1:14 AM, Carlos Eduardo Ferreira Rodrigues wrote: > I just upgraded nginx to 1.9.5 on our testing enviroment, and immediately > started seeing this error on http2 requests: > > 2015/09/22 18:04:06 [alert] 27305#27305: *1 epoll_ctl(1, 17) failed (17: File > exists),

Re: subrequest error with http2

2015-10-05 Thread Yichun Zhang (agentzh)
Hello! On Wed, Sep 23, 2015 at 1:34 AM, Maxim Dounin wrote: > > The lua module deeply integrates into nginx internals (far beyond > what we consider to be nginx modules API), and there is no surprise > it's broken by the changes in nginx 1.9.5. > True. This is also why ngx_lua has so many advance

[nginx] Stream: delete proxy connection timer after SSL handshake.

2015-10-05 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/4b4aee40c508 branches: changeset: 6258:4b4aee40c508 user: Ruslan Ermilov date: Tue Oct 06 08:57:09 2015 +0300 description: Stream: delete proxy connection timer after SSL handshake. The timer remained active and could drop active SSL connection