Changes since version 1.5-dev6 : Cyril Bonté (1): [BUG] fix binary stick-tables Hervé COMMOWICK (1): [BUG] checks: fix support of Mysqld >= 5.5 for mysql-check Simon Horman (16): [DOC] Minor spelling fixes and grammatical enhancements [CLEANUP] dumpstats: make symbols static where possible [MINOR] Break out dumping table [MINOR] Break out processing of clear table [MINOR] Allow listing of stick table by key [MINOR] Break out all stick table socat command parsing [MINOR] More flexible clearing of stick table [MINOR] Allow showing and clearing by key of ipv6 stick tables [MINOR] Allow showing and clearing by key of integer stick tables [MINOR] Allow showing and clearing by key of string stick tables [CLEANUP] Remove assigned but unused variables [CLEANUP] peers.h: fix declarations [CLEANUP] session.c: Make functions static where possible [MINOR] Add active connection list to server [MINOR] Allow shutdown of sessions when a server becomes unavailable [MINOR] Add down termination condition Willy Tarreau (17): [BUG] checks: http-check expect could fail a check on multi-packet responses [DOC] fix minor typo in the "dispatch" doc [BUG] proto_tcp: fix address binding on remote source [MINOR] http: don't report the "haproxy" word on the monitoring response [REORG] http: move HTTP error codes back to proto_http.h [MINOR] http: make the "HTTP 200" status code configurable. [MINOR] http: partially revert the chunking optimization for now [MINOR] stream_sock: always clear BF_EXPECT_MORE upon complete transfer [CLEANUP] stream_sock: remove unneeded FL_TCP and factor out test [MEDIUM] http: add support for "http-no-delay" [OPTIM] http: optimize chunking again in non-interactive mode [OPTIM] stream_sock: avoid fast-forwarding of partial data [OPTIM] stream_sock: don't use splice on too small payloads [MINOR] config: make it possible to specify a cookie even without a server [BUG] stats: support url-encoded forms [MINOR] config: automatically compute a default fullconn value [CLEANUP] config: remove some left-over printf debugging code from previous patch