Changes since version 1.9-dev4 : Christopher Faulet (3): CLEANUP: http: Remove the unused function http_find_header MINOR: h1: Export some functions parsing the value of some HTTP headers BUG/MEDIUM: stream-int: don't set SI_FL_WAIT_ROOM on CF_READ_DONTWAIT Frédéric Lécaille (11): MINOR: shctx: Shared objects block by block allocation. MINOR: cache: Larger HTTP objects caching. MINOR: shctx: Add a maximum object size parameter. MINOR: cache: Add "max-object-size" option. DOC: Update about the cache support for big objects. BUG/MINOR: cache: Crashes with "total-max-size" > 2047(MB). BUG/MINOR: cache: Wrong usage of shctx_init(). BUG/MINOR: ssl: Wrong usage of shctx_init(). MINOR: cache: Avoid usage of atoi() when parsing "max-object-size". MINOR: shctx: Change max. object size type to unsigned int. DOC: cache: Missing information about "total-max-size" and "max-object-size" Ioannis Cherouvim (1): CLEANUP: tools: fix misleading comment above function LIM2A Lukas Tribus (2): BUG/MINOR: only mark connections private if NTLM is detected BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic Olivier Houchard (1): MINOR: stream_interface: Avoid calling si_cs_send/recv if not needed. Willy Tarreau (5): BUILD: Makefile: add the new ERR variable to force -Werror MINOR: freq_ctr: add swrate_add_scaled() to work with large samples MINOR: proxy: add a new option "http-use-htx" BUG/MEDIUM: pools: fix the minimum allocation size MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT