]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- fixed typo in HDR_ALLOW field-name.
authorrousskov <>
Tue, 2 Jun 1998 10:28:09 +0000 (10:28 +0000)
committerrousskov <>
Tue, 2 Jun 1998 10:28:09 +0000 (10:28 +0000)
src/HttpHeader.cc

index 969d30ab9c9b55996a0ca39cc2e15b8c9dc11917..739a15638af436f0704abac4d6ea2299b9a5fe27 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpHeader.cc,v 1.38 1998/06/02 04:18:12 wessels Exp $
+ * $Id: HttpHeader.cc,v 1.39 1998/06/02 04:28:09 rousskov Exp $
  *
  * DEBUG: section 55    HTTP Header
  * AUTHOR: Alex Rousskov
@@ -81,7 +81,7 @@ static const HttpHeaderFieldAttrs HeadersAttrs[] =
     {"Accept-Language", HDR_ACCEPT_LANGUAGE, ftStr},
     {"Accept-Ranges", HDR_ACCEPT_RANGES, ftStr},
     {"Age", HDR_AGE, ftInt},
-    {"Age", HDR_ALLOW, ftStr},
+    {"Allow", HDR_ALLOW, ftStr},
     {"Authorization", HDR_AUTHORIZATION, ftStr},       /* for now */
     {"Cache-Control", HDR_CACHE_CONTROL, ftPCc},
     {"Connection", HDR_CONNECTION, ftStr},