HAProxy known bugs for version v3.0.6 (maintenance branch 3.0) :  48 

This version (3.0.6) is a release belonging to maintenance branch 3.0 whose latest version is 3.0.7. 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.

Quick links

Other versions in the same branch

This branch contains the following releases :

DateVersionComment
2024-12-123.0.7 ⇐ last
2024-11-073.0.6 ⇐ yours
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 

Known bugs affecting this version, and already fixed in the maintenance branch

These fixes have already been queued for a more recent 3.0 version. Some of them might have already been released in a more recent version than yours, and other ones might still be pending in the maintenance branch for a future release. The list may be empty if you're already on the latest version and no new fix was backported.

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 this version by category :

TotalCRITICALMAJORMEDIUMMINOR
48 0 2 27 19

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

Merge dateSubject - Severity (minor, medium, major, critical)
2025-01-09MEDIUM: debug: add match counters for BUG_ON/WARN_ON/CHECK_IF
2025-01-09CLEANUP: debug: make the BUG_ON() macros check the condition in the outer one
2025-01-09BUG/MEDIUM: h1-htx: Properly handle bodyless messages
2025-01-09BUG/MEDIUM: promex/resolvers: Don't dump metrics if no nameserver is defined
2025-01-09BUG/MINOR: stats: fix segfault caused by uninitialized value in "show schema json"
2025-01-09BUG/MEDIUM: queue: Make process_srv_queue return the number of streams
2025-01-09BUG/MINOR: h2/rhttp: fix HTTP2 conn counters on reverse
2025-01-09BUG/MEDIUM: queues: Do not use pendconn_grab_from_px().
2025-01-09BUG/MEDIUM: queues: Make sure we call process_srv_queue() when leaving
2025-01-09BUG/MEDIUM: stconn: Only consider I/O timers to update stream's expiration date
2025-01-09BUG/MINOR: cli: cli_snd_buf: preserve \r\n for payload lines
2025-01-09BUG/MEDIUM: clock: make sure now_ms cannot be TICK_ETERNITY
2025-01-09BUG/MEDIUM: stats/server: use watcher to track server during stats dump
2025-01-09BUG/MINOR: stats: decrement srv refcount on stats-file release
2024-12-12BUG/MEDIUM: stconn: Don't forward shut for SC in connecting state
2024-12-11BUG/MINOR: server-state: Fix expiration date of srvrq_check tasks
2024-12-11BUG/MINOR: quic: remove startup alert if conn socket-owner unsupported
2024-12-11BUG/MINOR: signal: register default handler for SIGINT in signal_init()
2024-12-11BUG/MINOR: h1-htx: Use default reason if not set when formatting the response
2024-12-11BUG/MEDIUM: http-ana: Reset request flag about data sent to perform a L7 retry
2024-12-11BUG/MEDIUM: event_hdl: fix uninitialized value in async mode when no data is provided
2024-12-11BUG/MINOR: log: fix lf_text() behavior with empty string
2024-11-27BUG/MEDIUM: sock: Remove FD_POLL_HUP during connect() if FD_POLL_ERR is not set
2024-11-27BUG/MEDIUM: http-ana: Don't release too early the L7 buffer
2024-11-27BUG/MAJOR: quic: fix wrong packet building due to already acked frames
2024-11-22BUG/MAJOR: mux-h1: Properly handle wrapping on obuf when dumping the first-line
2024-11-22BUG/MEDIUM: pools/memprofile: always clean stale pool info on pool_destroy()
2024-11-22BUG/MINOR: activity/memprofile: reinitialize the free calls on DSO summary
2024-11-22BUG/MEDIUM: wdt: fix the stuck detection for warnings
2024-11-22BUG/MEDIUM: debug: don't set the STUCK flag from debug_handler()
2024-11-22BUG/MEDIUM: h3: Increase max number of headers when sending headers
2024-11-22BUG/MEDIUM: h3: Properly limit the number of headers received
2024-11-22BUG/MEDIUM: mux-h2: Check the number of headers in HEADERS frame after decoding
2024-11-22BUG/MEDIUM: mux-h2: Increase max number of headers when encoding HEADERS frames
2024-11-22BUG/MINOR: http-ana: Adjust the server status before the L7 retries
2024-11-22BUG/MINOR: http_ana: Report -1 for %Tr for invalid response only
2024-11-22BUG/MINOR: peers: make sure to always apply offsets to now_ms in expiration
2024-11-22BUG/MINOR: mux_quic: make sure to always apply offsets to now_ms in expiration
2024-11-22BUG/MEDIUM: mailers: make sure to always apply offsets to now_ms in expiration
2024-11-22BUG/MEDIUM: checks: make sure to always apply offsets to now_ms in expiration
2024-11-22BUG/MINOR: Don't report early srv aborts on request forwarding in DONE state
2024-11-22BUG/MEDIUM: mux-h2: Don't send RST_STREAM frame for streams with no ID
2024-11-13BUG/MEDIUM: resolvers: Insert a non-executed resulution in front of the wait list
2024-11-13BUG/MINOR: cli: don't show sockpairs in HAPROXY_CLI and HAPROXY_MASTER_CLI
2024-11-13BUG/MEDIUM: quic: prevent crash due to CRYPTO parsing error
2024-11-13BUG/MINOR: guid/server: ensure thread-safety on GUID insert/delete
2024-11-08BUG/MINOR: quic: repeat packet parsing to deal with fragmented CRYPTO
2024-11-08BUG/MEDIUM: quic: support wait-for-handshake
2024-11-08BUG/MINOR: stream: unblock stream on wait-for-handshake completion
2024-11-08BUG/MEDIUM: pattern: prevent uninitialized reads in pat_match_{str,beg}

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