cloudfoundry / haproxy-boshrelease

A BOSH release for haproxy (based on cf-release's haproxy job)
Apache License 2.0
38 stars 81 forks source link

Bump haproxy version to 2.8.11 #712

Closed CFN-CI closed 1 month ago

CFN-CI commented 2 months ago

Automatic bump from version 2.8.10 to version 2.8.11, downloaded from https://www.haproxy.org/download/2.8/src/haproxy-2.8.11.tar.gz.

After merge, consider releasing a new version of haproxy-boshrelease.

maxmoehl commented 2 months ago

There is one set of changes in the CHANGELOG that could cause issues:

    - BUG/MINOR: h1: Fail to parse empty transfer coding names
    - BUG/MINOR: h1: Reject empty coding name as last transfer-encoding value
    - BUG/MEDIUM: h1: Reject empty Transfer-encoding header
peanball commented 1 month ago

Verified that any behavioural change in HAProxy does not impact apps, as Gorouter that sits behind HAProxy was already checking the Transfer-Encoding header with strict enough rules that this issue is of no consequence for CF apps behind Gorouter.