From: Amos Jeffries Date: Tue, 14 Apr 2009 15:14:27 +0000 (+1200) Subject: Bug 2635: Incorrect Max-Forwards header type X-Git-Tag: SQUID_3_2_0_1~1061 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef064e01b8e2f88847e12023be1f67ea657074c5;p=thirdparty%2Fsquid.git Bug 2635: Incorrect Max-Forwards header type --- diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index 836e3f5813..03a77cb3bb 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -105,7 +105,7 @@ static const HttpHeaderFieldAttrs HeadersAttrs[] = { {"Last-Modified", HDR_LAST_MODIFIED, ftDate_1123}, {"Link", HDR_LINK, ftStr}, {"Location", HDR_LOCATION, ftStr}, - {"Max-Forwards", HDR_MAX_FORWARDS, ftInt}, + {"Max-Forwards", HDR_MAX_FORWARDS, ftInt64}, {"Mime-Version", HDR_MIME_VERSION, ftStr}, /* for now */ {"Pragma", HDR_PRAGMA, ftStr}, {"Proxy-Authenticate", HDR_PROXY_AUTHENTICATE, ftStr},