Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-22 Thread Stefan Priebe - Profihost AG
Thanks! A simple test script I've used is print header; print content1; sleep 30; print content2; Stefan Excuse my typo sent from my mobile phone. > Am 22.08.2016 um 18:07 schrieb Stefan Eissing : > > Hi Stefan, > > I am looking into this. It is definitely a bug in mod_http2. > >> Am 21.08.

Re: Http redirect

2016-08-22 Thread Eric Covener
On Mon, Aug 22, 2016 at 12:36 PM, shiva prasad wrote: > Hi, > > I'm writing a module in Apache 2.4, I need to use headers and cookies of > redirect request on different server, where all headers and cookies are lost > with redirect, can you please suggest on the same. I'd suggest looking at exist

Http redirect

2016-08-22 Thread shiva prasad
Hi, I'm writing a module in Apache 2.4, I need to use headers and cookies of redirect request on different server, where all headers and cookies are lost with redirect, can you please suggest on the same. Thanks Shiva

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-22 Thread Stefan Eissing
Hi Stefan, I am looking into this. It is definitely a bug in mod_http2. > Am 21.08.2016 um 14:26 schrieb Stefan Priebe : > > Hi, > > i'm running apache 2.4.23 with nghttpd 1.13 and i'm wondoring if it is > correct that chrome says: > ERR_CONNECTION_CLOSED > > while loading a page when the web

Re: Unbounded memory usage in mod_dav + mod_headers/mod_deflate/...

2016-08-22 Thread Joe Orton
On Fri, Aug 19, 2016 at 04:44:21PM +0300, Evgeny Kotkov wrote: ... > The problem is caused by how mod_dav passes the output filter list to its > providers. Please see the deliver() hook definition in mod_dav.h:1948 and > its usage in mod_dav.c:888: > > /* Repository provider hooks */ > st

Re: Frequent wake-ups for mpm_event

2016-08-22 Thread Stefan Eissing
+1 Interesting. If this proves to work reliably for mpm_event, it could be reused in mod_http2 as a stepping stone for further mpm integration. ATM mod_http2 uses a conditional for wait/signalling with short timeouts and read attempts on its main connection. If it used a wakeup pipe instead of