You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Paul Sutton <pa...@ukweb.com> on 1997/01/29 17:18:44 UTC

[PATCH] Output all response headers on non-error status (2xx,3xx)

Here is a patch to output all response headers non-error statuses (2xx and
3xx) plus the special case of 304.  It also brings us into line for
HTTP/1.1 (e.g. outputing Etag's on 304s). This patch is the same as posted
on 3Nov with the addition of also sending any Warning header for a 304
status. 

//pcs


Re: [PATCH] Output all response headers on non-error status (2xx,3xx)

Posted by Dean Gaudet <dg...@arctic.org>.
+1 on the concept, but haven't tested the patch. 

Dean

On Wed, 29 Jan 1997, Paul Sutton wrote:

> Here is a patch to output all response headers non-error statuses (2xx and
> 3xx) plus the special case of 304.  It also brings us into line for
> HTTP/1.1 (e.g. outputing Etag's on 304s). This patch is the same as posted
> on 3Nov with the addition of also sending any Warning header for a 304
> status. 
> 
> //pcs
> 
>