haproxy/include
Frédéric Lécaille 8df65ae5e2 MINOR: cache: Larger HTTP objects caching.
This patch makes the capable of storing HTTP objects larger than a buffer.
It makes usage of the "block by block shared object allocation" new shctx API.

A new pointer to struct shared_block has been added to the cache applet
context to memorize the next block to be used by the HTTP cache I/O handler
http_cache_io_handler() to emit the data. Another member, named "sent" memorize
the number of bytes already sent by this handler. So, to send an object from cache,
http_cache_io_handler() must be called until "sent" counter reaches the size
of this object.
2018-10-24 04:37:12 +02:00
..
common BUG/MEDIUM: pools: Fix the usage of mmap()) with DEBUG_UAF. 2018-10-21 05:43:33 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: shctx: Shared objects block by block allocation. 2018-10-24 04:35:53 +02:00
types MINOR: cache: Larger HTTP objects caching. 2018-10-24 04:37:12 +02:00