Changes since version 2.0.32 : Aurelien DARRAGON (4): BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line BUG/MINOR: proxy: add missing interface bind free in free_proxy BUG/MINOR: server: inherit from netns in srv_settings_cpy() BUG/MINOR: namespace: missing free in netns_sig_stop() Christopher Faulet (4): BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters BUG/MINOR: http: Return the right reason for 302 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement MINOR: ist: Add istend() function to return a pointer to the end of the string Dragan Dosen (1): BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full Ilya Shipitsin (1): CI: explicitely highlight VTest result section if there's something Tim Duesterhus (1): DOC: Add tune.h2.max-frame-size option to table of contents William Lallemand (2): BUG/MEDIUM: mworker: increase maxsock with each new worker DOC: configuration: describe Td in Timing events Willy Tarreau (9): BUG/MAJOR: http: reject any empty content-length header value MINOR: ist: add new function ist_find_range() to find a character range MINOR: http: add new function http_path_has_forbidden_char() MINOR: h2: pass accept-invalid-http-request down the request parser BUG/MINOR: h1: do not accept '#' as part of the URI component BUG/MINOR: h2: reject more chars from the :path pseudo header REGTESTS: http-rules: verify that we block '#' by default for normalize-uri DOC: clarify the handling of URL fragments in requests BUG/MINOR: http: skip leading zeroes in content-length values