Re: mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk.

2009-08-20 Thread William A. Rowe, Jr.
Roy T. Fielding wrote: > > Apache does chunked output by default if no content-length is > provided and the client says it is HTTP/1.1. And further processes chunked input; it's not up to PHP or other user agents to process this further, it's on the webserver to do so. If you want to [de]chunk y

Re: mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk.

2009-08-20 Thread Roy T. Fielding
On Aug 20, 2009, at 2:01 AM, Alex Stapleton wrote: 2009/8/19 Roy T. Fielding : On Aug 19, 2009, at 9:53 AM, Alex Stapleton wrote: (This has been cross posted to us...@. I apologise if this mail isn't relevant to the dev list.) First some background. We use Apache HTTPD 2.0 over a high-laten

Re: [us...@httpd] ApacheCon opportunities

2009-08-20 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: > > Here is the very important information I promised... > > On Wed 9/4 on the Tomcat track, you'll find a very relevant session > On Thu 9/5 during httpd.conf track, users will discover > On Fri 9/6 during httpd.conf track, users and devs alike will enjoy Not /9/, me

Re: ApacheCon opportunities

2009-08-20 Thread Sander Temme
On Aug 20, 2009, at 2:59 PM, Paul J. Reder wrote: On 08/20/2009 12:00 AM, William A. Rowe, Jr. wrote: Hardening Enterprise Apache Installations Against Attacks by Sander Temme Heh... Couldn't you just buy Sander a beer and ask him nicely not to attack your Apache installation? I am

Re: ApacheCon opportunities

2009-08-20 Thread Paul J. Reder
On 08/20/2009 12:00 AM, William A. Rowe, Jr. wrote: Hardening Enterprise Apache Installations Against Attacks by Sander Temme Heh... Couldn't you just buy Sander a beer and ask him nicely not to attack your Apache installation? Sorry... I couldn't resist. -- Paul J. Reder -

Re: svn commit: r806198 - /httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml

2009-08-20 Thread Rainer Jung
I guess you didn't want to commit the first hunk: On 20.08.2009 16:53, lgen...@apache.org wrote: > Author: lgentis > Date: Thu Aug 20 14:53:30 2009 > New Revision: 806198 > > URL: http://svn.apache.org/viewvc?rev=806198&view=rev > Log: > Two typo corrections. > > Modified: > httpd/httpd/bran

RE: mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes perchunk.

2009-08-20 Thread Plüm, Rüdiger, VF-Group
> -Original Message- > From: Joe Orton > > Interesting observation. > > It would not be correct to fix this by adding buffering in the chunk > filter. For a plain HTTP connection, any buffering/coalescing of > packets is already done as necessary by the core output filter. > Typ

Re: mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk.

2009-08-20 Thread Joe Orton
CC'ing d...@. On Tue, Aug 18, 2009 at 09:26:24PM +0100, Alex Stapleton wrote: > First some background. We use Apache HTTPD 2.0 over a high-latency, > high packet loss GPRS WAN. The cost per byte is tangible. We use SSL. > We also use Transfer-Encoding: chunked sometimes. This is a machine > monito

Re: mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk.

2009-08-20 Thread Alex Stapleton
2009/8/19 Roy T. Fielding : > On Aug 19, 2009, at 9:53 AM, Alex Stapleton wrote: > >> (This has been cross posted to us...@. I apologise if this mail isn't >> relevant to the dev list.) >> >> First some background. We use Apache HTTPD 2.0 over a high-latency, >> high packet loss GPRS WAN. The cost