Changes since version 1.5-dev23 : Thierry FOURNIER (1): DOC: Full section dedicated to the converters Willy Tarreau (16): BUG/MINOR: compression: correctly report incoming byte count BUG/MINOR: http: don't report server aborts as client aborts BUG/MEDIUM: channel: bi_putblk() must not wrap before the end of buffer CLEANUP: buffers: remove unused function buffer_contig_space_with_res() MEDIUM: stats: reimplement HTTP keep-alive on the stats page BUG/MAJOR: http: fix timeouts during data forwarding BUG/MEDIUM: http: 100-continue responses must process the next part immediately MEDIUM: http: move skipping of 100-continue earlier BUILD: stats: let gcc know that last_fwd cannot be used uninitialized... CLEANUP: general: get rid of all old occurrences of "session *t" CLEANUP: http: remove the useless "if (1)" inherited from version 1.4 BUG/MEDIUM: stats: mismatch between behaviour and doc about front/back MEDIUM: http: enable analysers to have keep-alive on stats REORG: http: move HTTP Connection response header parsing earlier MINOR: stats: always emit HTTP/1.1 in responses MINOR: http: add capture.req.ver and capture.res.ver