commit | 18f133adb3b48ce730ea1c53a934fb1a7123b8c9 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Nov 08 11:25:15 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 11 14:01:21 2017 +0100 |
tree | 01ed5a02965b9c0880587e0db9aac1d94b69c70d | |
parent | 34650d5a7b6e384ae02d095ff9e614b87203ace0 [diff] |
BUG/MEDIUM: cache: does not cache if no Content-Length In the case of Transfer-Encoding: chunked, there is no Content-Length which causes the cache to allocate a too small shctx row for the data. It's not possible to allocate a shctx row for the chunks, we need to be able to allocate on-the-fly the shctx blocks during the data transfer.