Changes since version 2.4.4 : Christopher Faulet (11): MINOR: lua: Add a flag on lua context to know the yield capability at run time BUG/MINOR: lua: Yield in channel functions only if lua context can yield BUG/MINOR: lua: Don't yield in channel.append() and channel.set() BUG/MINOR: stream: Don't release a stream if FLT_END is still registered BUG/MEDIUM: http-ana: Reset channels analysers when returning an error BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set BUG/MINOR: filters: Set right FLT_END analyser depending on channel BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload MINOR: htx: Skip headers with no value when adding a header list to a message CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached William Lallemand (1): BUG/MINOR: systemd: ExecStartPre must use -Ws Willy Tarreau (3): BUG/MINOR: compat: make sure __WORDSIZE is always defined CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() MINOR: pools: automatically disable malloc_trim() with external allocators