HAProxy known bugs for maintenance branch 3.0 :  15 

This is maintenance branch 3.0 whose latest version is 3.0.14. 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.0 version other than 3.0.14, you're running with known bugs.

Quick links

Versions available in this branch

This branch contains the following releases :

DateVersionComment
2025-12-223.0.14 ⇐ last
2025-12-173.0.13 
2025-10-033.0.12 
2025-06-023.0.11 
2025-04-223.0.10 
2025-03-203.0.9 
2025-01-293.0.8 
2024-12-123.0.7 
2024-11-073.0.6 
2024-09-193.0.5 
2024-09-033.0.4 
2024-07-113.0.3 
2024-06-143.0.2 
2024-06-103.0.1 
2024-05-293.0.0 

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

These fixes have already been queued for the next 3.0 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
15 0 0 9 6

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

Merge dateSubject - Severity (minor, medium, major, critical)
2026-01-09BUG/MINOR: cli/stick-tables: argument to "show table" is optional
2026-01-09BUG/MINOR: cfgparse: wrong section name upon error
2026-01-09BUG/MINOR: backend: inspect request not response buffer to check for TFO
2026-01-09BUG/MINOR: backend: fix the conn_retries check for TFO
2026-01-09BUG/MINOR: resolvers: ensure fair round robin iteration
2026-01-09BUG/MEDIUM: resolvers: break an infinite loop in resolv_get_ip_from_response()
2026-01-09BUG/MEDIUM: config: Use the mux protocol ALPN by default for listeners if forced
2026-01-09BUG/MEDIUM: resolvers: Wake resolver task up whne unlinking a stream requester
2026-01-09BUG/MEDIUM: resolvers: Accept to create resolution without hostname
2026-01-09BUG/MEDIUM: resolvers: Make resolution owns its hostname_dn value
2026-01-09BUG/MEDIUM: resolvers: Test for empty tree when getting a record from DNS answer
2026-01-09BUG/MINOR: resolvers: Restore round-robin selection on records in DNS answers
2026-01-09BUG/MEDIUM: resolvers: Properly cache do-resolv resolution
2026-01-07BUG/MEDIUM: stconn: Don't report abort from SC if read0 was already received
2026-01-07BUG/MEDIUM: http-ana: Properly detect client abort when forwarding response (v2)

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-01-22BUG/MEDIUM: debug: only dump Lua state when panicking
2026-01-22BUG/MINOR: proxy: fix deinit crash on defaults with duplicate name
2026-01-21BUG/MEDIUM: mux-quic: prevent BUG_ON() on aborted uni stream close
2026-01-21BUG/MEDIUM: ssl: fix generate-certificates option when SNI greater than 64bytes
2026-01-21BUG/MEDIUM: ssl: fix error path on generate-certificates
2026-01-19BUG/MEDIUM: log: parsing log-forward options may result in segfault
2026-01-19BUG/MEDIUM: promex: server iteration may rely on stale server
2026-01-19BUG/MINOR: server: ensure server is detached from proxy list before being freed
2026-01-16BUG/MINOR: cfgparse: fix "default" prefix parsing
2026-01-15BUG/MINOR: proxy: free persist_rules
2026-01-15BUG/MEDIUM: queues: Fix arithmetic when feeling non_empty_tgids
2026-01-14BUG/MINOR: http_act: fix deinit performed on uninitialized lf_expr in release_http_map()
2026-01-13BUG/MEDIUM: quic: fix ACK ECN frame parsing
2026-01-13BUG/MEDIUM: threads: Fix binding thread on bind.
2026-01-13BUG/MINOR: net_helper: fix IPv6 header length processing
2026-01-12BUG/MINOR: hlua_fcn: ensure Patref:add_bulk() is given a table object before using it
2026-01-12BUG/MINOR: hlua_fcn: fix broken yield for Patref:add_bulk()
2026-01-12BUG/MINOR: stats-file: Use a 16bits variable when loading tgid

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