From: Henrik Nordstrom Date: Mon, 7 Apr 2008 07:26:08 +0000 (+0200) Subject: Bug #2001: Fails to forward responses where headers >4KB X-Git-Tag: BASIC_TPROXY4~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48bb425da6b195dbf73b23dffc017e4e5650091c;p=thirdparty%2Fsquid.git Bug #2001: Fails to forward responses where headers >4KB This changes reply processing to clone the already parsed reply header instead of trying to parse it yet another time. This allows us to seek over the header contents and that way get away with just having a 4KB buffer.. In the long run the store client API will be changed to provide a clean split between headers and body, providing headers in parsed form (including intermediary 1xx messages) and then the body starting at offset 0. This change is a first step along that path but without changing the store client api as such, with the intention of being merged into 3.0. --- 48bb425da6b195dbf73b23dffc017e4e5650091c