]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: shctx: use unsigned int for len and block_count
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 21 Nov 2017 19:01:25 +0000 (20:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Nov 2017 20:35:04 +0000 (21:35 +0100)
commit111bfef33c97cf40dc9c136f51b9f670e92d6145
tree2713f4f5ac2ed46c56d4498a3b0be067b6e4d72c
parent75d93291c98c1ae39c93b5debeec4c182e62b596
MEDIUM: shctx: use unsigned int for len and block_count

Allows bigger objects to be cached in the shctx, the first
implementation was only storing small ssl session, but we want to store
bigger HTTP response.
include/types/shctx.h