Changes since version 1.5.10 : Cyril Bonté (1): BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used Willy Tarreau (8): DOC: add missing entry for log-format and clarify the text BUG/MEDIUM: http: fix header removal when previous header ends with pure LF BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation BUG/MINOR: channel: compare to_forward with buf->i, not buf->size MINOR: channel: add channel_in_transit() MEDIUM: channel: make buffer_reserved() use channel_in_transit() MEDIUM: channel: make bi_avail() use channel_in_transit() BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected