From ef064e01b8e2f88847e12023be1f67ea657074c5 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 15 Apr 2009 03:14:27 +1200 Subject: [PATCH] Bug 2635: Incorrect Max-Forwards header type --- src/HttpHeader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- 2.47.3