Changes since version 2.1.3 : Christopher Faulet (9): BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex MINOR: http-htx: Add a function to retrieve the headers size of an HTX message MINOR: filters: Forward data only if the last filter forwards something BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them BUG/MINOR: http-htx: Don't return error if authority is updated without changes BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive MINOR: http-ana: Match on the path if the monitor-uri starts by a / BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered Olivier Houchard (1): BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. William Dauchy (1): BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat Willy Tarreau (2): SCRIPTS: make announce-release executable again SCRIPTS: announce-release: use mutt -H instead of -i to include the draft