Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-19 Thread Ruediger Pluem
Weird. It works fine for me again by just reverting r1735176. Regards RĂ¼diger On 03/16/2016 11:52 AM, Stefan Eissing wrote: > Reverting that change, it still does not handle h1. Digging... > >> Am 16.03.2016 um 11:47 schrieb Stefan Eissing : >> >> Only HTTP/2

Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-19 Thread Graham Leggett
On 16 Mar 2016, at 1:08 PM, Stefan Eissing wrote: > I needed to revert r1735174 to make HTTP/1.1 work again. I submitted this to > trunk since other people are affected too. > > Graham: if you are unable to reproduce this and need any additional data, pls > let

Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-19 Thread Stefan Eissing
Same on OS X 15.3 as well as my Ubuntu 14.04 image > Am 16.03.2016 um 13:06 schrieb Stefan Eissing : > > What I see here on a single process server (-X) for simplicity: > > [Wed Mar 16 12:00:25.191155 2016] [mpm_event:trace6] [pid 95897:tid > 123145323229184]

Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-19 Thread Stefan Eissing
What I see here on a single process server (-X) for simplicity: [Wed Mar 16 12:00:25.191155 2016] [mpm_event:trace6] [pid 95897:tid 123145323229184] event.c(1779): connections: 0 (clogged: 0 write-completion: 0 keep-alive: 0 lingering: 0 suspended: 0) [Wed Mar 16 12:00:26.218216 2016]

Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-16 Thread Stefan Eissing
I needed to revert r1735174 to make HTTP/1.1 work again. I submitted this to trunk since other people are affected too. Graham: if you are unable to reproduce this and need any additional data, pls let me know. -Stefan > Am 16.03.2016 um 11:52 schrieb Stefan Eissing

Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-16 Thread Stefan Eissing
Reverting that change, it still does not handle h1. Digging... > Am 16.03.2016 um 11:47 schrieb Stefan Eissing : > > Only HTTP/2 connections seem to work right now. > > I mean, it's hard for me to complain, but that seems a bit much... > >> Am 16.03.2016 um 10:29

Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-16 Thread Stefan Eissing
Only HTTP/2 connections seem to work right now. I mean, it's hard for me to complain, but that seems a bit much... > Am 16.03.2016 um 10:29 schrieb Ruediger Pluem : > > > > On 03/16/2016 12:13 AM, minf...@apache.org wrote: >> Author: minfrin >> Date: Tue Mar 15 23:13:43

Re: svn commit: r1735176 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c

2016-03-16 Thread Ruediger Pluem
On 03/16/2016 12:13 AM, minf...@apache.org wrote: > Author: minfrin > Date: Tue Mar 15 23:13:43 2016 > New Revision: 1735176 > > URL: http://svn.apache.org/viewvc?rev=1735176=rev > Log: > mod_http: Make sure HTTP filters are added on HTTP requests only. > > Modified: >