haproxy/include
William Lallemand 72a8a18e89 MEDIUM: dumpstats: make stats_tlskeys_list() yield-aware during tls-keys dump
The previous dump algorithm was not trying to yield when the buffer is
full, it's not a problem with the TLS_TICKETS_NO which is 3 by default
but it can become one if the buffer size is lowered and if the
TLS_TICKETS_NO is increased.

The index of the latest ticket dumped is now stored to ensure we can
resume the dump after a yield.
2016-06-14 19:42:08 +02:00
..
common BUILD: fix build on Solaris 11 2016-05-26 07:15:57 +02:00
import MINOR: lru: new function to delete <nb> least recently used keys 2016-01-11 07:31:35 +01:00
proto MINOR: stream: export the function 'smp_create_src_stkctr' 2016-06-13 21:21:51 +02:00
types MEDIUM: dumpstats: make stats_tlskeys_list() yield-aware during tls-keys dump 2016-06-14 19:42:08 +02:00