haproxy/include
Willy Tarreau 4bc7d90d3b MEDIUM: snapshot: merge the captured data after the descriptor
Instead of having a separate area for the captured data, we now have a
contigous block made of the descriptor and the data. At the moment, since
the area is dynamically allocated, we can adjust its size to what is
needed, but the idea is to quickly switch to a pool and an LRU list.
2018-09-07 20:07:17 +02:00
..
common BUG/MAJOR: buffer: fix incorrect check in __b_putblk() 2018-09-05 20:01:14 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: http: remove the pointer to the error snapshot in http_capture_bad_message() 2018-09-07 18:36:04 +02:00
types MEDIUM: snapshot: merge the captured data after the descriptor 2018-09-07 20:07:17 +02:00