You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Justin Erenkrantz <je...@ebuilt.com> on 2001/11/18 08:25:04 UTC

Re: cvs commit: httpd-2.0/server core.c

On Sun, Nov 18, 2001 at 02:57:13AM -0000, ianh@apache.org wrote:
> ianh        01/11/17 18:57:13
> 
>   Modified:    include  http_core.h
>                server   core.c
>   Log:
>   change the signature of ap_custom_response() to use a
>   "const char *" instead of a "char *".

Okay in concept, but...

>   @@ -3076,6 +3076,7 @@
>                    }
>                }
>            }
>   +
>        
>            /* Completed iterating over the brigades, now determine if we want 
>             * to buffer the brigade or send the brigade out on the network.

I think this chunk snuck in...  -- jusitn