You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1998/01/30 20:44:27 UTC

Re: cvs commit: apache-1.2/src http_protocol.c (fwd)

I goofed and committed Ed's vhost patch along with part of Roy's patch... 
I'll clean up later. 

Dean

---------- Forwarded message ----------
To: dgaudet@hyperreal.org
Subject: Re: cvs commit: apache-1.2/src http_protocol.c
Date: Fri, 30 Jan 1998 09:55:16 -0800
From: "Roy T. Fielding" <fi...@kiwi.ics.uci.edu>

It looks like a lot more got committed than was intended.
Note that the log only applies to the last hunk.
Just checking to be sure this is stuff you wanted in 1.2.

....Roy

------- Forwarded Message

Received: from taz.hyperreal.org by paris.ics.uci.edu id aa09977;
          30 Jan 98 1:55 PST
Received: (qmail 23356 invoked by uid 6000); 30 Jan 1998 09:55:45 -0000
Received: (qmail 23350 invoked by alias); 30 Jan 1998 09:55:44 -0000
Delivered-To: apache-1.2-cvs@hyperreal.org
Received: (qmail 23348 invoked by uid 143); 30 Jan 1998 09:55:43 -0000
Date: 30 Jan 1998 09:55:43 -0000
Message-ID: <19...@hyperreal.org>
From: dgaudet@hyperreal.org
To: apache-1.2-cvs@hyperreal.org
Subject: cvs commit: apache-1.2/src http_protocol.c
Sender: apache-cvs-owner@apache.org
Precedence: bulk
Reply-To: new-httpd@apache.org

dgaudet     98/01/30 01:55:43

  Modified:    src      http_protocol.c
  Log:
  The other half of the fix for when die() happens we need to eat any
  request body if one exists.  The hack for ErrorDocument is removed
  since it interferes with the fix and should not be needed anyway.
  
  PR:		1399
  Submitted by:	Roy Fielding
  Reviewed by:	Dean Gaudet
  
  Revision  Changes    Path
  1.128     +115 -32   apache-1.2/src/http_protocol.c