HAProxy known bugs for maintenance branch 3.1 :  1 

This is maintenance branch 3.1 whose latest version is 3.1.15. If your version is not the last one in the maintenance branch, you are missing fixes for known bugs, and by not updating you are needlessly taking the responsibility for the risk of unexpected service outages and exposing your web site to possible security issues.

The HAProxy development team takes a great care of maintaining stable versions so that all users can apply bug fixes without having to take the risk of upgrading to a new branch. In turn users are expected to apply the fixes when the development team estimates that they were worth being backported to stable branches. In short, if you are running any 3.1 version other than 3.1.15, you're running with known bugs.

Quick links

Versions available in this branch

This branch contains the following releases :

DateVersionComment
2026-02-193.1.15 ⇐ last
2026-02-123.1.14 
2026-01-293.1.13 
2025-12-223.1.12 
2025-12-173.1.11 
2025-11-073.1.10 
2025-10-033.1.9 
2025-06-023.1.8 
2025-04-173.1.7 
2025-03-203.1.6 
2025-02-203.1.5 
2025-02-193.1.4 
2025-01-293.1.3 
2025-01-083.1.2 
2024-12-113.1.1 
2024-11-263.1.0 

Fixes for known bugs pending in this branch since the last release (3.1.15)

These fixes have already been queued for the next 3.1 release but no version was released with them yet. Note that fixes are backported several at a time from the development branch to maintenance branches, and the absence of a fix here doesn't mean none will be issued soon.

Bugs are almost always tagged with a severity (some people forget the severity tag when the bug is minor). The following severities are used :

Total known bugs in the latest version of this branch by category :

TotalCRITICALMAJORMEDIUMMINOR
1 0 0 1 0

Click on the subjects below to get the full description of the bug :

Merge dateSubject - Severity (minor, medium, major, critical)
2026-02-26BUG/MEDIUM: mux-h2: make sure to always report pending errors to the stream

Known bugs fixed in the development branch after the last commit in this branch

It is important to understand that not all of these commits are necessarily relevant to this version, but clicking on them will show the bug description. All fixes are made first in the development branch and then backported to the maintenance branches. This ensures no fix is lost when upgrading. If a fix was marked for backporting to this branch and is not there yet, it's likely that it is still missing. Do not hesitate to ask on the haproxy mailing list if you feel like a fix has been skipped.

DateSubject
2026-03-05BUG/MEDIUM: mux-fcgi: Use a safe loop to resume each stream eligible for sending
2026-03-05BUG/MAJOR: resolvers: Properly lowered the names found in DNS response
2026-03-05BUG/MAJOR: fcgi: Fix param decoding by properly checking its size
2026-03-05BUG/MINOR: http-ana: Increment scf bytes_out value if an haproxy error is sent
2026-03-05BUG/MINOR: sample: Fix sample to retrieve the number of bytes received and sent
2026-03-05BUG/MINOR: channel: Increase the stconn bytes_in value in channel_add_input()
2026-03-05DEBUG: stream: Display the currently running rule in stream dump
2026-03-05BUG/MINOR: h1-htx: Be sure that H1 response version starts by "HTTP/"
2026-03-05BUG/MINOR: hlua: Properly enable/disable receives for TCP applets
2026-03-05BUG/MEDIUM: hlua: Fix end of request detection when retrieving payload
2026-03-05BUG/MINOR: hlua: Properly enable/disable line receives from HTTP applet
2026-03-05BUG/MEDIUM: qpack: correctly deal with too large decoded numbers
2026-03-05BUG/MINOR: quic: fix OOB read in preferred_address transport parameter
2026-03-05BUG/MINOR: qpack: fix 1-byte OOB read in qpack_decode_fs_pfx()
2026-03-05BUG/MAJOR: qpack: unchecked length passed to huffman decoder
2026-03-05BUG/MEDIUM: hpack: correctly deal with too large decoded numbers
2026-03-03BUG/MEDIUM: stream: Handle TASK_WOKEN_RES as a stream event
2026-03-03BUG/MINOR: hlua: fix return with push nil on proxy check
2026-02-26BUG/MINOR: proxy: add dynamic backend into ID tree
2026-02-26BUG/MINOR: promex: fix server iteration when last server is deleted
2026-02-26BUG/MINOR: call EXTRA_COUNTERS_FREE() before srv_free_params() in srv_drop()

Back to the list of branches and versions
Back to the HAProxy page