Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267109
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/HttpHeader.cc 2009-04-10 07:49:36 +0000
0
++ src/HttpHeader.cc 2009-04-14 13:52:50 +0000
Lines 106-112 Link Here
106
        {"Last-Modified", HDR_LAST_MODIFIED, ftDate_1123},
106
        {"Last-Modified", HDR_LAST_MODIFIED, ftDate_1123},
107
        {"Link", HDR_LINK, ftStr},
107
        {"Link", HDR_LINK, ftStr},
108
        {"Location", HDR_LOCATION, ftStr},
108
        {"Location", HDR_LOCATION, ftStr},
109
        {"Max-Forwards", HDR_MAX_FORWARDS, ftInt},
109
        {"Max-Forwards", HDR_MAX_FORWARDS, ftInt64},
110
        {"Mime-Version", HDR_MIME_VERSION, ftStr}, /* for now */
110
        {"Mime-Version", HDR_MIME_VERSION, ftStr}, /* for now */
111
        {"Pragma", HDR_PRAGMA, ftStr},
111
        {"Pragma", HDR_PRAGMA, ftStr},
112
        {"Proxy-Authenticate", HDR_PROXY_AUTHENTICATE, ftStr}, 
112
        {"Proxy-Authenticate", HDR_PROXY_AUTHENTICATE, ftStr}, 

Return to bug 267109