HAProxy known bugs for version v3.1.6 (maintenance branch 3.1) :  31 

This version (3.1.6) is a release belonging to maintenance branch 3.1 whose latest version is 3.1.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
2025-04-173.1.7 ⇐ last
2025-03-203.1.6 ⇐ yours
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 

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

These fixes have already been queued for a more recent 3.1 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
31 0 0 9 22

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

Merge dateSubject - Severity (minor, medium, major, critical)
2025-04-17BUG/MINOR: rhttp: ensure GOAWAY can be emitted after reversal
2025-04-17BUG/MINOR: rhttp: fix reconnect if timeout connect unset
2025-04-17BUG/MINOR: mux-h2: prevent past scheduling with idle connections
2025-04-17BUG/MINOR: debug: detect and prevent re-entrance in ha_thread_dump_fill()
2025-04-17BUG/MINOR: wdt/debug: avoid signal re-entrance between debugger and watchdog
2025-04-17BUG/MINOR debug: fix !USE_THREAD_DUMP in ha_thread_dump_fill()
2025-04-17BUG/MINOR: threads: set threads_idle and threads_harmless even with no threads
2025-04-17BUG/MEDIUM: hlua: fix hlua_applet_{http,tcp}_fct() yield regression (lost data)
2025-04-17BUG/MINOR: h3: reject request URI with invalid characters
2025-04-17BUG/MINOR: h3: reject invalid :path in request
2025-04-17BUG/MINOR: h3: filter upgrade connection header
2025-04-17BUG/MEDIUM: h3: trim whitespaces in header value prior to QPACK encoding
2025-04-17BUG/MEDIUM: h3: trim whitespaces when parsing headers value
2025-04-15BUG/MEDIUM: http-ana: Report 502 from req analyzer only during rsp forwarding
2025-04-15BUG/MINOR: http-ana: Properly detect client abort when forwarding the response
2025-04-15BUG/MINOR: debug: remove the trailing \n from BUG_ON() statements
2025-04-15BUG/MINOR: hlua: fix invalid errmsg use in hlua_init()
2025-04-15BUG/MINOR: backend: do not use the source port when hashing clientip
2025-04-15BUG/MEDIUM: sample: fix risk of overflow when replacing multiple regex back-refs
2025-04-15BUG/MINOR: log: fix CBOR encoding with LOG_VARTEXT_START() + lf_encode_chunk()
2025-04-15BUG/MINOR: hlua_fcn: fix potential UAF with Queue:pop_wait()
2025-04-15BUG/MEDIUM: stream: Fix a possible freeze during a forced shut on a stream
2025-04-15BUG/MEDIUM: backend: fix reuse with set-dst/set-dst-port
2025-04-15BUG/MINOR: backend: do not overwrite srv dst address on reuse
2025-04-15BUG/MINOR: rhttp: fix incorrect dst/dst_port values
2025-04-15BUG/MINOR: config: silence .notice/.warning/.alert in discovery mode
2025-04-15BUG/MINOR: log: fix gcc warn about truncating NUL terminator while init char arrays
2025-04-15BUG/MINOR: mux-quic: remove extra BUG_ON() in _qcc_send_stream()
2025-04-15BUG/MEDIUM: mux-quic: fix crash on RS/SS emission if already close local
2025-04-03BUG/MEDIUM: peers: prevent learning expiration too far in futur from unsync node
2025-04-03BUG/MINOR: peers: fix expire learned from a peer not converted from ms to ticks

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