From: rousskov <> Date: Tue, 2 Jun 1998 10:28:09 +0000 (+0000) Subject: - fixed typo in HDR_ALLOW field-name. X-Git-Tag: SQUID_3_0_PRE1~3199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4ab8fe90f9bfefccbe2c65fd264e5b5dca9f5b8;p=thirdparty%2Fsquid.git - fixed typo in HDR_ALLOW field-name. --- diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index 969d30ab9c..739a15638a 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -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},