HAProxy known bugs for version v2.3.17 (maintenance branch 2.3) :  59 

This version (2.3.17) is a release belonging to maintenance branch 2.3 whose latest version is 2.3.21. 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
2022-07-272.3.21 ⇐ last
2022-04-292.3.20 
2022-03-142.3.19 
2022-03-022.3.18 
2022-01-112.3.17 ⇐ yours
2021-11-242.3.16 
2021-11-042.3.15 
2021-09-072.3.14 
2021-08-172.3.13 
2021-07-082.3.12 
2021-07-072.3.11 
2021-04-232.3.10 
2021-03-302.3.9 
2021-03-252.3.8 
2021-03-162.3.7 
2021-03-032.3.6 
2021-02-062.3.5 
2021-01-132.3.4 
2021-01-082.3.3 
2020-11-282.3.2 
2020-11-132.3.1 
2020-11-052.3.0 

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

These fixes have already been queued for a more recent 2.3 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
59 0 7 26 26

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

Merge dateSubject - Severity (minor, medium, major, critical)
2022-07-27BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized
2022-05-12BUG/MINOR: mux-h2: mark the stream as open before processing it not after
2022-05-11BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket
2022-04-29BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all()
2022-04-29BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments
2022-04-29BUG/MINOR: cache: Disable cache if applet creation fails
2022-04-29BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags
2022-04-29BUG/MEDIUM: fcgi-app: Use http_msg flags to know if C-L header can be added
2022-04-29BUG/MEDIUM: mux-h1: Don't request more room on partial trailers
2022-04-29BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive
2022-04-29BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side
2022-04-29BUG/MINOR: cache: do not display expired entries in "show cache"
2022-04-29BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent
2022-04-29BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid
2022-04-29BUG/MEDIUM: http-conv: Fix url_enc() to not crush const samples
2022-04-29BUG/MINOR: fcgi-app: Don't add C-L header on response to HEAD requests
2022-04-29BUG/MAJOR: mux_pt: always report the connection error to the conn_stream
2022-04-29BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads
2022-04-29BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts
2022-04-29BUG/MEDIUM: stream-int: do not rely on the connection error once established
2022-03-28BUG/MEDIUM: mux-h1: Properly detect full buffer cases when adding EOM block
2022-03-28BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing
2022-03-28BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing
2022-03-28BUG/MINOR: tools: url2sa reads too far when no port nor path
2022-03-28BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner
2022-03-28BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf
2022-03-25BUG/MINOR: tools: fix url2sa return value with IPv4
2022-03-14BUG/MINOR: stream: make the call_rate only count the no-progress calls
2022-03-14BUG/MAJOR: mux-pt: Always destroy the backend connection on detach
2022-03-14DEBUG: stream: Fix stream trace message to print response buffer state
2022-03-14DEBUG: stream: Add the missing descriptions for stream trace events
2022-03-14BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing
2022-03-14DEBUG: cache: Update underlying buffer when loading HTX message in cache applet
2022-03-14BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request
2022-03-14BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request
2022-03-14BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request
2022-03-14BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request
2022-03-14BUG/MINOR: cli: shows correct mode in "show sess"
2022-03-14BUG/MINOR: add missing modes in proxy_mode_str()
2022-03-01BUILD/MINOR: sched: drop the DEBUG_TASK parts from latest fix
2022-02-25BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks
2022-02-25BUG/MINOR: task: do not set TASK_F_USR1 for no reason
2022-02-25BUG/MEDIUM: stream: Abort processing if response buffer allocation fails
2022-02-25BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
2022-02-25BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
2022-02-25BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
2022-02-25BUG/MINOR: tools: url2sa reads ipv4 too far
2022-02-25BUG/MINOR: mailers: negotiate SMTP, not ESMTP
2022-02-25BUG/MEDIUM: fd: always align fdtab[] to 64 bytes
2022-02-25BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names
2022-02-25BUG/MINOR: sink: Use the right field in appctx context in release callback
2022-02-25BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload
2022-02-25BUG/MEDIUM: mworker: close unused transferred FDs on load failure
2022-02-25BUG/MAJOR: spoe: properly detach all agents when releasing the applet
2022-02-25BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies
2022-02-25BUG/MEDIUM: listener: read-lock the listener during accept()
2022-02-25BUG/MINOR: mworker: does not erase the pidfile upon reload
2022-02-25BUG/MEDIUM: mworker: don't lose the stats socket on failed reload
2022-01-26BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them
2022-01-26BUG/MEDIUM: mcli: do not try to parse empty buffers
2022-01-26BUG/MEDIUM: cli: Never wait for more data on client shutdown
2022-01-26BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands
2022-01-26BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer

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