Re: chunked trailers input filter processing by ap_http_filter should be documented

2013-02-12 Thread Joe Schaefer
Thx Bill!  I will let a few days of lazy consensus pass before committing this to trunk. > > From: William A. Rowe Jr. >To: dev@httpd.apache.org >Cc: joe_schae...@yahoo.com >Sent: Tuesday, February 12, 2013 11:52 AM >Subject: Re: chunked trailers input filter

Re: chunked trailers input filter processing by ap_http_filter should be documented

2013-02-12 Thread William A. Rowe Jr.
On Sun, 10 Feb 2013 08:25:35 -0800 (PST) Joe Schaefer wrote: > Here's a sledgehammer patch to ap_rgetline_core() > to replace r->input_filters with r->proto_input_filters. > This would still mean protocol filters behind ap_http_filter > would need to punt on these calls, but that's a lot > more r

Re: mod_firehose and pcap format

2013-02-12 Thread Graham Leggett
On 12 Feb 2013, at 5:31 PM, Thomas wrote: > Looking at mod_firehose from trunk, is there any effort going on or already > concluded on converting the output of mod_firehose or it's parser program > firehose to the pcap format ? I know it was shortly discussed during the > mod_firehose integret

mod_firehose and pcap format

2013-02-12 Thread Thomas
Looking at mod_firehose from trunk, is there any effort going on or already concluded on converting the output of mod_firehose or it's parser program firehose to the pcap format ? I know it was shortly discussed during the mod_firehose integretation proposal but I have not seen any result there. I

Re: Fwd: svn commit: r1445100 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS server/mpm_common.c

2013-02-12 Thread Rainer Jung
On 12.02.2013 12:43, Rüdiger Plüm wrote: > len = strlen(srequest); > > Don't we need to remove this line as well? srequest is now data. Oups, yes, sorry and thanks. Fixed in r1445120. Rainer

Fwd: svn commit: r1445100 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS server/mpm_common.c

2013-02-12 Thread Rüdiger Plüm
Original Message Subject:svn commit: r1445100 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS server/mpm_common.c Date: Tue, 12 Feb 2013 10:54:42 GMT From: rj...@apache.org Author: rjung Date: Tue Feb 12 10:54:42 2013 New Revision: 1445100 URL: http://svn.a

make mod_proxy flag workers as 'in-error' for all server errors

2013-02-12 Thread Thomas
Looking at httpd-2.4.3/modules/proxy/mod_proxy.c (about line 1100) I noticed there is no error flagging of workers if the access status is an error and not HTTP_INTERNAL_SERVER_ERROR or HTTP_SERVICE_UNAVAILABLE. Assume DNS resolution failed, so the reverse proxy cannot resolve the server's hostname