Re: Christopher Williamson: URGENT: Bug/compatability issue in Apache 1.3.26 (fwd)

2002-07-05 Thread Jim Jagielski
Forwarded message: From [EMAIL PROTECTED] Thu Jul 4 14:11:19 2002 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk Reply-To: [EMAIL PROTECTED] list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED]

Re: Christopher Williamson: URGENT: Bug/compatability issue in Apache 1.3.26 (fwd)

2002-07-05 Thread Jim Jagielski
Forwarded message: On Thu, Jul 04, 2002 at 10:55:43AM -0400, Jim Jagielski wrote: I agree that HTTP-1.1 is broken, but it is debatable whether we should provide some sort of backwards compatibility. My thoughts are a StrictProtocol directive that defaults to true but provides for

Re: Christopher Williamson: URGENT: Bug/compatability issue in Apache 1.3.26 (fwd)

2002-07-05 Thread Jim Jagielski
Forwarded message: +1 for the directive and default setting :) david - Original Message - From: Jim Jagielski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 04, 2002 3:55 PM Subject: Re: Christopher Williamson: URGENT: Bug/compatability issue in Apache 1.3.26

RE: conserving file descriptors vs. ap_save_brigade()

2002-07-05 Thread Ryan Bloom
How big a problem is this really? Most of the time, the content-length filter isn't supposed to actually buffer the brigade. It should only be doing the buffering if we are doing a keepalive request and we can't do chunking. My own opinion is that if we are in that situation, we are

RE: conserving file descriptors vs. ap_save_brigade()

2002-07-05 Thread Brian Pane
On Wed, 2002-07-03 at 15:26, Ryan Bloom wrote: How big a problem is this really? Most of the time, the content-length filter isn't supposed to actually buffer the brigade. It should only be doing the buffering if we are doing a keepalive request and we can't do chunking. I'm seeing the

RE: conserving file descriptors vs. ap_save_brigade()

2002-07-05 Thread Ryan Bloom
From: Brian Pane [mailto:[EMAIL PROTECTED]] On Wed, 2002-07-03 at 15:26, Ryan Bloom wrote: How big a problem is this really? Most of the time, the content-length filter isn't supposed to actually buffer the brigade. It should only be doing the buffering if we are doing a keepalive

Re: cvs commit: httpd-2.0/modules/experimental mod_mem_cache.c

2002-07-05 Thread Brian Pane
[EMAIL PROTECTED] wrote: stoddard2002/07/05 19:49:59 Modified:modules/arch/win32 mod_win32.c modules/experimental mod_mem_cache.c Log: Fix some Win32 compile breaks caused by Brian Pane's making apr_table_t a full incomplete type. Sorry about that. Thanks for