Re: drop experimental from http2 for 2.4.next?

2017-04-15 Thread Nick Kew
On Sat, 2017-04-15 at 17:02 -0400, Eric Covener wrote: > Hi everyone, shall we drop experimental from mod_http2 for 2.4.next? > > We could drop it and keep CTR. > Why would it be good for a stable (i.e. non-experimental) component of httpd to have an entirely different commit policy to the

drop experimental from http2 for 2.4.next?

2017-04-15 Thread Eric Covener
Hi everyone, shall we drop experimental from mod_http2 for 2.4.next? We could drop it and keep CTR. -- Eric Covener cove...@gmail.com

Re: HTTP_FORBIDDEN and sub-requests

2017-04-15 Thread Donatas Abraitis
By the way, how it can happen, that r->hostname is (null)? On Fri, Apr 14, 2017 at 5:24 PM, Donatas Abraitis < donatas.abrai...@gmail.com> wrote: > What would be the best way to iterate over sub-requests? For instance: > > while (r->prev) { > ... > r = r->prev; > } > > On Fri, Apr 14,