From a92b2d0684d9d9d7ea1add610418c7f5f92c2945 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 28 Feb 2003 12:52:45 +0000 Subject: [PATCH] Fixed a typo --- filters.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/filters.c b/filters.c index 1ab261a6..31ee85ed 100644 --- a/filters.c +++ b/filters.c @@ -1,7 +1,7 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.58.2.2 2002/08/01 17:18:28 oes Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.58.2.3 2002/09/25 14:51:51 oes Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa//current/Attic/filters.c,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/filters.c,v $ * * Purpose : Declares functions to parse/crunch headers and pages. * Functions declared include: @@ -38,6 +38,11 @@ const char filters_rcs[] = "$Id: filters.c,v 1.58.2.2 2002/08/01 17:18:28 oes Ex * * Revisions : * $Log: filters.c,v $ + * Revision 1.58.2.3 2002/09/25 14:51:51 oes + * Added basic support for OPTIONS and TRACE HTTP methods: + * New function direct_response which handles OPTIONS and + * TRACE requests whose Max-Forwards header field is zero. + * * Revision 1.58.2.2 2002/08/01 17:18:28 oes * Fixed BR 537651 / SR 579724 (MSIE image detect improper for IE/Mac) * @@ -1253,7 +1258,7 @@ int is_untrusted_url(struct client_state *csp) * * Function : pcrs_filter_response * - * Description : Ecexute all text substitutions from all applying + * Description : Execute all text substitutions from all applying * +filter actions on the text buffer that's been accumulated * in csp->iob->buf. If this changes the contents, set * csp->content_length to the modified size and raise the -- 2.39.2