--- parser3/src/targets/cgi/parser3.C 2001/04/03 07:02:44 1.54 +++ parser3/src/targets/cgi/parser3.C 2001/04/03 07:20:54 1.55 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: parser3.C,v 1.54 2001/04/03 07:02:44 paf Exp $ + $Id: parser3.C,v 1.55 2001/04/03 07:20:54 paf Exp $ */ #include "pa_config_includes.h" @@ -78,7 +78,7 @@ void SAPI::add_header_attribute(Pool& po /// @todo parser4: intelligent cache-control void SAPI::send_header(Pool& pool) { if(cgi) { - puts("Expires: Fri, 23 Mar 2001 09:32:23 GMT"); + puts("expires: Fri, 23 Mar 2001 09:32:23 GMT"); // header | body delimiter puts("");