From e4ab8fe90f9bfefccbe2c65fd264e5b5dca9f5b8 Mon Sep 17 00:00:00 2001 From: rousskov <> Date: Tue, 2 Jun 1998 10:28:09 +0000 Subject: [PATCH] - fixed typo in HDR_ALLOW field-name. --- src/HttpHeader.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}, -- 2.47.3