HAProxy known bugs for maintenance branch 2.5 :  0 

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

Quick links

Versions available in this branch

This branch contains the following releases :

DateVersionComment
2023-05-022.5.14 ⇐ last
2023-03-172.5.13 
2023-02-142.5.12 
2023-01-242.5.11 
2022-12-052.5.10 
2022-09-232.5.9 
2022-07-252.5.8 
2022-05-132.5.7 
2022-04-262.5.6 
2022-03-142.5.5 
2022-02-252.5.4 
2022-02-182.5.3 
2022-02-162.5.2 
2022-01-112.5.1 
2021-11-232.5.0 

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

These fixes have already been queued for the next 2.5 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
0 0 0 0 0

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

Merge dateSubject - Severity (minor, medium, major, critical)

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
2024-04-19BUG/MINOR: stconn: Fix sc_mux_strm() return value
2024-04-18BUG/MEDIUM: peers: fix localpeer regression with 'bind+server' config style
2024-04-18BUG/MEDIUM: peers: Fix exit condition when max-updates-at-once is reached
2024-04-18BUG/MEDIUM: spoe: Always retry when an applet fails to send a frame
2024-04-18BUG/MEDIUM: applet: Fix applet API to put input data in a buffer
2024-04-17BUG/MINOR: ssl: fix crt-store load parsing
2024-04-17BUG/MINOR: ssl: check on forbidden character on wrong value
2024-04-17BUG/MEDIUM: evports: do not clear returned events list on signal
2024-04-16BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered
2024-04-16BUG/MAJOR: peers: Update peers section state from a thread-safe manner
2024-04-16BUG/MINOR: peers: Report a resync was explicitly requested from a thread-safe manner
2024-04-16BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses
2024-04-15BUG/MAJOR: ring: use the correct size to reallocate startup_logs
2024-04-13BUG/MINOR: lru: fix the standalone test case for invalid revision
2024-04-12DEBUG: pools: report the data around the offending area in case of mismatch
2024-04-12DEBUG: pool: improve decoding of corrupted pools
2024-04-12BUG/MAJOR: stick-tables: fix race with peers in entry expiration
2024-04-12BUG/MEDIUM: peers/trace: fix crash when listing event types
2024-04-12BUG/MEDIUM: stick-tables: fix the task's next expiration date
2024-04-12BUG/MEDIUM: cache/stats: Handle inbuf allocation failure in the I/O handler
2024-04-11BUG/MINOR: server: fix slowstart behavior
2024-04-11BUILD: makefile: also drop DEBUG_CFLAGS
2024-04-11CI: update the build options to get rid of unneeded DEBUG options
2024-04-11BUILD: pools: make DEBUG_MEMORY_POOLS=1 the default option
2024-04-11BUILD: debug: make DEBUG_STRICT=1 the default
2024-04-11BUG/MINOR: debug: make sure DEBUG_STRICT=0 does work as documented
2024-04-11BUG/MINOR: guid: fix crash on invalid guid name
2024-04-10BUG/MINOR: http-ana: Fix TX_L7_RETRY and TX_D_L7_RETRY values
2024-04-10BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection
2024-04-09BUG/MINOR: log: invalid snprintf() usage in sess_build_logline()
2024-04-09BUG/MINOR: tools/log: invalid encode_{chunk,string} usage
2024-04-09BUG/MINOR: log: fix lf_text_len() truncate inconsistency
2024-04-09BUG/MINOR: listener: always assign distinct IDs to shards
2024-04-08BUG/MINOR: cli: Don't warn about a too big command for incomplete commands
2024-04-06BUG/MEDIUM: quic: don't blindly rely on unaligned accesses
2024-04-05BUG/MINOR: init: relax LSTCHK_NETADM checks for non root
2024-04-04BUG/MINOR: proxy: fix logformat expression leak in use_backend rules
2024-04-04BUG/MINOR: stick-tables: Missing stick-table key nullity check
2024-04-03BUG/MINOR: bwlim/config: fix missing '\n' after error messages
2024-04-03BUG/MEDIUM: server/lbprm: fix crash in _srv_set_inetaddr_port()
2024-04-03BUG/MAJOR: applet: fix a MIN vs MAX usage in appctx_raw_rcv_buf()
2024-04-03BUG/MEDIUM: stick-table: use the update lock when reading tables from peers
2024-04-03BUG/MEDIUM: stconn: Don't forward shutdown to SE if iobuf is not empty
2024-04-02BUG/MINOR: backend: properly handle redispatch 0
2024-04-02BUG/MEDIUM: stick-tables: fix a small remaining race in expiration task
2024-03-29BUG/BUILD: debug: fix unused variable error
2024-03-29BUG/MINOR: log/balance: detect if user tries to use unsupported algo
2024-03-28BUG/MEDIUM: applet: State appctx have more data if its EOI/EOS/ERROR flag is set
2024-03-28BUG/MINOR: cli: Report an error to user if command or payload is too big
2024-03-28BUG/MINOR: server: fix persistence cookie for dynamic servers
2024-03-28BUG/MINOR: server: reject enabled for dynamic server
2024-03-27BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities
2024-03-27BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message
2024-03-26BUG/MAJOR: ring: free the ring storage not the ring itself when using maps
2024-03-26BUG/MINOR: server: 'source' interface ignored from 'default-server' directive
2024-03-25BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end-of-trailers HTX block
2024-03-25BUG/MINOR: mux-quic: close all QCS before freeing QCC tasklet
2024-03-20BUG/MEDIUM: ssl: Fix crash in ocsp-update log function
2024-03-20BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing
2024-03-20BUG/MAJOR: ocsp: Separate refcount per instance and per store
2024-03-20BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe
2024-03-20BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1
2024-03-20BUG/MINOR: session: ensure conn owner is set after insert into session
2024-03-19BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small
2024-03-15BUG/MINOR: spoe: Be sure to be able to quickly close IDLE applets on soft-stop
2024-03-15BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout
2024-03-14BUG/MAJOR: server: do not delete srv referenced by session
2024-03-14BUG/MINOR: listener: Don't schedule frontend without task in listener_release()
2024-03-13BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release
2024-03-13BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try)
2024-03-13DEBUG: lua: precisely identify if stream is stuck inside lua or not
2024-03-13BUG/MINOR: hlua: fix missing lock in hlua_filter_delete()
2024-03-13BUG/MINOR: hlua: missing lock in hlua_filter_new()
2024-03-13BUG/MINOR: hlua: segfault when loading the same filter from different contexts
2024-03-13CI: github: add -DDEBUG_LIST to the default builds
2024-03-12BUG/MINOR: server: fix first server template not being indexed
2024-03-11BUG/MINOR: ssl: do not set the aead_tag flags in sample_conv_aes_gcm()
2024-03-11BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm()
2024-03-08BUG/MEDIUM: quic: fix handshake freeze under high traffic
2024-03-07BUG/MINOR: cfgparse: report proper location for log-format-sd errors
2024-03-06BUG/MINOR: mux-quic: fix crash on aborting uni remote stream
2024-03-06BUG/MEDIUM: quic: fix connection freeze on post handshake
2024-03-05BUG/MINOR: ssl/cli: typo in new ssl crl-file CLI description
2024-03-05BUG/MINOR: sink: fix a race condition in the TCP log forwarding code
2024-03-04BUG/MINOR: hlua: don't call ha_alert() in hlua_event_subscribe()
2024-03-04BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume()
2024-03-04BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP()
2024-03-04BUG/MINOR: hlua: improper lock usage in hlua_filter_new()
2024-03-04BUG/MINOR: hlua: improper lock usage in hlua_filter_callback()
2024-03-04BUG/MINOR: hlua: fix possible crash in hlua_filter_new() under load
2024-03-04BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts
2024-03-04BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack
2024-03-01BUG/MINOR: tools: seed the statistical PRNG slightly better
2024-03-01BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel
2024-03-01BUG/MINOR: config/quic: Alert about PROXY protocol use on a QUIC listener
2024-02-28BUG/MINOR: mux-h1: Properly report when mux is blocked during a nego
2024-02-28BUG/MEDIUM: mux-h1: Fix again 0-copy forwarding of chunks with an unknown size
2024-02-27BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist
2024-02-27BUG/MEDIUM: server: fix dynamic servers initial settings
2024-02-26BUG/MAJOR: ssl/ocsp: crash with ocsp when old process exit or using ocsp CLI
2024-02-26BUG/MEDIUM: applet: Fix HTX .rcv_buf callback function to release outbuf buffer
2024-02-23BUG/MINOR: ist: only store NUL byte on succeeded alloc
2024-02-23BUG/MINOR: quic: fix output of show quic
2024-02-23BUG/MAJOR: cli: Restore non-interactive mode behavior with pipelined commands
2024-02-23BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n
2024-02-23BUG/MEDIUM: mux-quic: do not crash on qcs_destroy for connection error
2024-02-22BUG/MAJOR: server: fix stream crash due to deleted server
2024-02-22BUG/MAJOR: promex: fix crash on deleted server
2024-02-22BUG/MINOR: stats: drop srv refcount on early release
2024-02-22BUG/MINOR: ist: allocate nul byte on istdup
2024-02-22BUG/MINOR: log: fix potential lf->name memory leak
2024-02-21BUG/MEDIUM: mux-h1: Don't emit 0-CRLF chunk in h1_done_ff() when iobuf is empty
2024-02-21BUG/MINOR: quic: initialize msg_flags before sendmsg
2024-02-19BUG/MEDIUM: quic: fix transient send error with listener socket
2024-02-16BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data
2024-02-16BUG/MEDIUM: hlua: Be able to garbage collect uninitialized lua sockets
2024-02-16BUG/MEDIUM: applet: Immediately free appctx on early error
2024-02-15BUG/MINOR: qpack: reject invalid dynamic table capacity
2024-02-15BUG/MINOR: qpack: reject invalid increment count decoding
2024-02-15BUG/MINOR: quic: reject HANDSHAKE_DONE as server
2024-02-15BUG/MINOR: quic: reject unknown frame type
2024-02-14BUG/MAJOR: stconn: Check support for zero-copy forwarding on both sides
2024-02-14BUG/MEDIUM: stconn: Don't check pending shutdown to wake an applet up
2024-02-14BUG/MEDIUM: stconn: Allow expiration update when READ/WRITE event is pending
2024-02-14BUG/MEDIUM: stconn/applet: Block 0-copy forwarding if producer needs more room
2024-02-14BUG/MEDIUM: applet: Add a flag to state an applet is using zero-copy forwarding
2024-02-14BUG/MAJOR: mux-h1: Fix zero-copy forwarding when sending chunks of unknown size
2024-02-12BUG/MEDIUM: quic: Wrong K CUBIC calculation.
2024-02-12BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing
2024-02-10BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush()
2024-02-09BUG/MINOR: applet: Always release empty appctx buffers after processing
2024-02-08BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs
2024-02-08BUG/MINOR: vars/cli: fix missing LF after "get var" output
2024-02-08BUG/MINOR: server/cli: add missing LF at the end of certain notice/error lines
2024-02-08BUG/MINOR: mux-h2: count rejected DATA frames against the connection's flow control
2024-02-07BUG/MINOR: ssl: Reenable ocsp auto-update after an "add ssl crt-list"
2024-02-07BUG/MINOR: ssl: Destroy ckch instances before the store during deinit
2024-02-07BUG/MEDIUM: ocsp: Separate refcount per instance and per store
2024-02-07BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line
2024-02-07BUG/MINOR: ssl: Duplicate ocsp update mode when dup'ing ckch
2024-02-07BUG/MINOR: quic: fix possible integer wrap around in cubic window calculation
2024-02-05DEBUG: make the "debug dev {debug|warn|check}" command print a message
2024-02-05MINOR: debug: add an optional message argument to the BUG_ON() family
2024-02-05BUG/MINOR: ssl: Fix error message after ssl_sock_load_ocsp call
2024-02-05MINOR: debug: make BUG_ON() catch build errors even without DEBUG_STRICT
2024-02-05BUILD: quic: Variable name typo inside a BUG_ON().
2024-02-05BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit.
2024-02-03BUG/MINOR: diag: run the final diags before quitting when using -c
2024-02-03BUG/MINOR: diag: always show the version before dumping a diag warning
2024-01-31BUG/MINOR: ssl/quic: fix 0RTT define
2024-01-31BUG/MEDIUM: h1: always reject the NUL character in header values
2024-01-31BUG/MINOR: h1-htx: properly initialize the err_pos field
2024-01-30BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size
2024-01-30BUG/MINOR: h1: Don't support LF only at the end of chunks
2024-01-29BUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_free() BUG_ON
2024-01-29BUG/MEDIUM: qpack: allow 6xx..9xx status codes
2024-01-29BUG/MEDIUM: h3: do not crash on invalid response status code
2024-01-29BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions
2024-01-26BUG/MEDIUM: quic: remove unsent data from qc_stream_desc buf
2024-01-25BUG/MINOR: quic: newreno QUIC congestion control algorithm no more available
2024-01-24BUG/MEDIUM: cache: Fix crash when deleting secondary entry
2024-01-24BUG/MINOR: hlua: fix uninitialized var in hlua_core_get_var()
2024-01-24BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs
2024-01-24BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI
2024-01-18BUG/MEDIUM: mux-h2: refine connection vs stream error on headers
2024-01-16BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT)
2024-01-12BUG/MINOR: mux-h2: also count streams for refused ones
2024-01-12BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control
2024-01-10BUG/MINOR: map: list-based matching potential ordering regression
2024-01-05BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
2024-01-05BUG/MEDIUM: stconn: Set fsb date if zero-copy forwarding is blocked during nego
2024-01-05BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
2024-01-04BUG/MEDIUM: h3: fix incorrect snd_buf return value
2024-01-02BUG/MINOR: server: fix server_find_by_name() usage during parsing
2023-12-22BUG/MINOR: h3: disable fast-forward on buffer alloc failure
2023-12-22BUG/MINOR: h3: close connection on sending alloc errors
2023-12-22BUG/MINOR: h3: close connection on header list too big
2023-12-21BUG/MINOR: quic: Missing call to TLS message callbacks
2023-12-21BUG/MINOR: quic: Wrong keylog callback setting.
2023-12-21BUG/MINOR: mux-quic: disable fast-fwd if connection on error
2023-12-21MEDIUM: mux-quic: add BUG_ON if sending on locally closed QCS
2023-12-21BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission
2023-12-21BUG/MEDIUM: server/dns: perform svc_port updates atomically from SRV records
2023-12-21BUG/MINOR: server/dns: use server_set_inetaddr() to unset srv addr from DNS
2023-12-21BUG/MINOR: server/event_hdl: propagate map port info through inetaddr event
2023-12-21BUG/MEDIUM: stats: unhandled switching rules with TCP frontend
2023-12-21BUG/MAJOR: stconn: Disable zero-copy forwarding if consumer is shut or in error
2023-12-20BUG/MINOR: h3: properly handle alloc failure on finalize
2023-12-20BUG/MINOR: server: Use the configured address family for the initial resolution
2023-12-18BUG/MEDIUM: mux-h2: Don't report error on SE for closed H2 streams
2023-12-18BUG/MEDIUM: mux-h2: Don't report error on SE if error is only pending on H2C
2023-12-18BUG/MEDIUM: mux-h2: Only Report H2C error on read error if demux buffer is empty
2023-12-18BUG/MEDIUM: mux-h2: Switch pending error to error if demux buffer is empty
2023-12-18BUG/MINOR: resolvers: default resolvers fails when network not configured
2023-12-14BUG/MEDIUM: mux-quic: report early error on stream
2023-12-13BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
2023-12-13BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally
2023-12-13BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding
2023-12-13BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side
2023-12-13BUG/MEDIUM: quic: QUIC CID removed from tree without locking
2023-12-08BUG/MINOR: ext-check: cannot use without preserve-env
2023-12-08BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions
2023-12-08BUG/MEDIUM: quic: Possible buffer overflow when building TLS records
2023-12-07BUG/MINOR: mworker/cli: fix set severity-output support
2023-12-06BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA)
2023-12-06BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate
2023-12-06BUG/MINOR: ssl: Double free of OCSP Certificate ID
2023-12-05BUG/MEDIUM: peers: fix partial message decoding
2023-12-01BUG/MINOR: server/event_hdl: properly handle AF_UNSPEC for INETADDR event
2023-12-01BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
2023-12-01DEBUG: stream: Report lra/fsb values for front end back SC in stream dump
2023-12-01BUG/MINOR: cfgparse-listen: fix warning being reported as an alert
2023-11-30DEBUG: unstatify a few functions that are often present in backtraces
2023-11-30BUG/MINOR: config: Stopped parsing upon unmatched environment variables
2023-11-30BUG/MINOR: quic_tp: fix preferred_address decoding
2023-11-30BUG/MINOR: acme.sh: update the deploy script
2023-11-29BUG/MEDIUM: cli: Don't look for payload pattern on empty commands
2023-11-29BUG/MINOR: h3: always reject PUSH_PROMISE
2023-11-29BUG/MINOR: h3: fix TRAILERS encoding
2023-11-29BUG/MEDIUM: mux-quic: Stop zero-copy FF during nego if input is not empty
2023-11-29BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1
2023-11-29BUG/MINOR: compression: possible NULL dereferences in comp_prepare_compress_request()
2023-11-29BUG/MAJOR: server/addr: fix a race during server addr:svc_port updates
2023-11-29BUG/MEDIUM: server/event_hdl: memory overrun in _srv_event_hdl_prepare_inetaddr()
2023-11-28BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed
2023-11-28BUG/MEDIUM: mux-h2: Remove H2_SF_NOTIFIED flag for H2S blocked on fast-forward
2023-11-28BUG/MEDIUM: stconn: Don't perform zero-copy FF if opposite SC is blocked
2023-11-28BUG/MINOR: quic: fix CONNECTION_CLOSE_APP encoding
2023-11-27BUG/MEDIUM: mux-h1: Properly ignore trailers when a content-length is announced
2023-11-24BUG/MINOR: global: Fix tune.disable-(fast-forward/zero-copy-forwarding) options
2023-11-23BUG/MEDIUM: mux-h1: Don't set CO_SFL_MSG_MORE flag on last fast-forward send
2023-11-23DEBUG: tinfo: store the pthread ID and the stack pointer in tinfo
2023-11-23BUG/MINOR: server: do not leak default-server in defaults sections
2023-11-22BUG/MINOR: quic: Possible RX packet memory leak under heavy load
2023-11-22BUG/MINOR: quic: Possible leak of TX packets under heavy load
2023-11-22BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load
2023-11-20DEBUG: connection/flags: update flags for reverse HTTP
2023-11-20BUG/MEDIUM: quic: Possible crash for connections to be killed
2023-11-20BUG/MAJOR: quic: complete thread migration before tcp-rules
2023-11-20BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them
2023-11-20BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly
2023-11-18BUG/MINOR: proxy/stktable: missing frees on proxy cleanup
2023-11-17BUG/MINOR: stream/cli: report correct stream age in "show sess"
2023-11-17BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover()
2023-11-17BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover()
2023-11-17BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover()
2023-11-17BUG/MINOR: quic: Malformed CONNECTION_CLOSE frame
2023-11-17BUG/MINOR: shctx: Remove old HA_SPIN_INIT
2023-11-17BUG/MINOR: stconn: Report read activity on non-indep streams for partial sends
2023-11-17BUG/MINOR: stconn/applet: Report send activity only if there was output data
2023-11-17BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer
2023-11-17BUG/MINOR: stconn: Fix streamer detection for HTX streams
2023-11-17BUG/MEDIUM: stconn: Update fsb date on partial sends
2023-11-16BUG/MINOR: mux_h2: reject passive reverse conn if error on add to idle
2023-11-14BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented
2023-11-14BUG/MEDIUM: mworker: set the master variable earlier
2023-11-14BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only
2023-11-14BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up
2023-11-14BUG/MEDIUM: connection: report connection errors even when no mux is installed
2023-11-13BUG/MINOR: quic: maximum window limits do not match the doc
2023-11-13BUG/MEDIUM: quic: Non initialized CRYPTO data stream deferencing
2023-11-13BUG/MEDIUM: quic: fix FD for quic_cc_conn
2023-11-13BUG/MINOR: quic: fix decrement of half_open counter on qc alloc failure
2023-11-13BUG/MINOR: quic: fix crash on qc_new_conn alloc failure
2023-11-13BUG/MINOR: log: keep the ref in dup_logger()
2023-11-13BUG/MINOR: sample: Fix bytes converter if offset is bigger than sample length
2023-11-13BUG/MEDIUM: proxy: always initialize the default settings after init
2023-11-10BUG/MINOR: quic: Useless use of non-contiguous buffer for in order CRYPTO data
2023-11-10BUG/MINOR: sink: don't learn srv port from srv addr
2023-11-10BUG/MEDIUM: server: invalid address (post)parsing checks
2023-11-10BUG/MEDIUM: applet: Remove appctx from buffer wait list on release
2023-11-10BUG/MINOR: quic: remove dead code in error path
2023-11-09BUG/MINOR: quic: fix retry token check inconsistency
2023-11-09BUG/MEDIUM: mux-h1: Exit early if fast-forward is not supported by opposite SC
2023-11-09BUG/MEDIUM: stconn: Don't update stream expiration date if already expired
2023-11-09BUG/MEDIUM: quic: Possible crashes during secrets allocations (heavy load)
2023-11-09BUG/MEDIUM: quic: Avoid some crashes upon TX packet allocation failures
2023-11-09BUG/MEDIUM: quic: Possible crashes when sending too short Initial packets
2023-11-09BUG/MEDIUM: quic: Avoid trying to send ACK frames from an empty ack ranges tree
2023-11-09BUG/MEDIUM: quic: Too short Initial packet sent (enc. level allocation failed)
2023-11-09BUG/MINOR: quic: idle timer task requeued in the past
2023-11-08BUG/MEDIUM: pool: try once to allocate from another bucket if empty
2023-11-08BUG/MINOR: pool: check one other random bucket on alloc conflict
2023-11-08BUG/MEDIUM: pool: fix releasable pool calculation when overloaded
2023-11-08BUG/MEDIUM: freq-ctr: Don't report overshoot for long inactivity period
2023-11-08BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts
2023-11-08BUG/MINOR: stick-table/cli: Check for invalid ipv4 key
2023-11-08BUG/MINOR: mux-h1: Release empty ibuf during data fast-forwarding
2023-11-07BUG/MEDIUM: mux-h1: Be sure xprt support splicing to use it during fast-forward
2023-11-07BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure
2023-11-07BUG/MEDIUM: quic: fix actconn on quic_conn alloc failure
2023-11-07BUG/MINOR: stconn: Sanitize report for read activity
2023-11-07BUG/MEDIUM: Don't apply a max value on room_needed in sc_need_room()
2023-11-07BUG/MEDIUM: stconn: Don't report rcv/snd expiration date if SC cannot epxire
2023-11-07BUG/MEDIUM: stconn: Report send activity during mux-to-mux fast-forward
2023-11-04BUG/MINOR: server: remove some incorrect free() calls on null elements
2023-11-04BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range()
2023-11-03BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure
2023-11-03BUG/MINOR: stktable: missing free in parse_stick_table()
2023-11-03BUG/MINOR: proto_reverse_connect: support SNI on active connect
2023-10-31BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure
2023-10-30BUG/MEDIUM: ssl: segfault when cipher is NULL
2023-10-27BUG/MINOR: mux-quic: fix early close if unset client timeout
2023-10-26BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA
2023-10-26BUG/MINOR: ssl: use a thread-safe sslconns increment
2023-10-26BUG/MINOR: quic: do not consider idle timeout on CLOSING state
2023-10-25DEBUG: pools: detect that malloc_trim() is in progress
2023-10-25DEBUG: lua: add tainted flags for stuck Lua contexts
2023-10-25DEBUG: add a tainted flag when ha_panic() is called
2023-10-25BUG/MEDIUM: server: "proto" not working for dynamic servers
2023-10-25BUG/MEDIUM: server/log: "mode log" after server keyword causes crash
2023-10-25DEBUG: mux-h2/flags: fix list of h2c flags used by the flags decoder
2023-10-25BUG/MAJOR: backend: fix idle conn crash under low FD
2023-10-25BUG/MINOR: backend: fix wrong BUG_ON for avail conn
2023-10-23BUG/MINOR: ssl: load correctly @system-ca when ca-base is define
2023-10-20BUG/MINOR: mux-h2: update tracked counters with req cnt/req err
2023-10-20BUG/MINOR: mux-h2: commit the current stream ID even on reject
2023-10-20BUG/MEDIUM: peers: Fix synchro for huge number of tables
2023-10-19BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task
2023-10-19BUG/MINOR: trace: fix trace parser error reporting
2023-10-18BUG/MINOR: mux-h2: fix http-request and http-keep-alive timeouts again
2023-10-17BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending
2023-10-17BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header
2023-10-17BUG/MEDIUM: mux-h1: do not forget TLR/EOT even when no data is sent
2023-10-17BUG/MEDIUM: quic_conn: let the scheduler kill the task when needed
2023-10-17DEBUG: pool: store the memprof bin on alloc() and update it on free()
2023-10-17BUG/MINOR: mux-h2: make up other blocked streams upon removal from list
2023-10-13BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown before the first request
2023-10-13BUG/MEDIUM: applet: Report a send activity everytime data were sent
2023-10-13BUG/MEDIUM: stconn: Report a send activity everytime data were sent
2023-10-13BUG/MEDIUM: quic-conn: free unsent frames on retransmit to prevent crash
2023-10-13BUG/MINOR: mux-quic: fix free on qcs-new fail alloc
2023-10-13BUG/MINOR: quic: fix free on quic-conn fail alloc
2023-10-13BUG/MINOR: quic: fix qc.cids access on quic-conn fail alloc
2023-10-12BUG/MAJOR: connection: make sure to always remove a connection from the tree
2023-10-11BUG/MINOR: h3: strengthen host/authority header parsing
2023-10-11BUG/MINOR: mux-quic: support initial 0 max-stream-data
2023-10-11BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream
2023-10-11BUG/MINOR: quic: reject packet with no frame
2023-10-11BUG/MINOR: quic: Avoid crashing with unsupported cryptographic algos
2023-10-06BUG/MEDIUM: actions: always apply a longest match on prefix lookup
2023-10-06BUG/MEDIUM: stconn: Fix comparison sign in sc_need_room()
2023-10-04BUG/MINOR: hq-interop: simplify parser requirement
2023-10-04BUG/MINOR: h1-htx: Keep flags about C-L/T-E during HEAD response parsing
2023-10-04BUG/MEDIUM: mux-h1; Ignore headers modifications about payload representation
2023-10-04BUG/MEDIUM: mux-h1: Add C-L header in outgoing message if it was removed
2023-10-04BUG/MEDIUM: h1: Ignore C-L value in the H1 parser if T-E is also set
2023-10-04BUG/MINOR: mux-h1: Ignore C-L when sending H1 messages if T-E is also set
2023-10-04BUG/MINOR: mux-h1: Handle read0 in rcv_pipe() only when data receipt was tried
2023-10-04DEBUG: mux-h1: Fix event label from trace messages about payload formatting
2023-10-04BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only
2023-10-03BUG/MAJOR: plock: fix major bug in pl_take_w() introduced with EBO
2023-09-30BUG/MINOR: proto_reverse_connect: fix FD leak upon connect
2023-09-29BUG/MINOR: tcp_act: fix attach-srv rule ACL parsing
2023-09-29BUG/MINOR: proto_reverse_connect: fix FD leak on connection error
2023-09-29Revert "BUG/MEDIUM: quic: missing check of dcid for init pkt including a token"
2023-09-28BUG/MINOR: mux-quic: remove full demux flag on ncbuf release
2023-09-22BUG/MINOR: proto_reverse_connect: set default maxconn
2023-09-21BUG/MINOR: proto_reverse_connect: fix preconnect with startup name resolution
2023-09-21BUG/MEDIUM: server/cli: don't delete a dynamic server that has streams
2023-09-21BUG/MEDIUM: http-ana: Try to handle response before handling server abort
2023-09-15BUG/MINOR: server: add missing free for server->rdr_pfx
2023-09-14BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers
2023-09-14BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API
2023-09-13BUG/MINOR: quic: Leak of frames to send.
2023-09-13BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1
2023-09-12BUG/MINOR: promex: fix backend_agg_check_status
2023-09-12BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records
2023-09-12BUG/MINOR: hlua/init: coroutine may not resume itself
2023-09-12BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume()
2023-09-12DEBUG: pools: print the contents surrounding the expected tag location
2023-09-12DEBUG: pools: also print the value of the tag when it doesn't match
2023-09-12DEBUG: pools: also print the item's pointer when crashing
2023-09-12BUG/MEDIUM: quic: quic_cc_conn ->cntrs counters unreachable
2023-09-11DEBUG: pools: inspect pools on fatal error and dump information found
2023-09-11DEBUG: pools: make pool_check_pattern() take a pointer to the pool
2023-09-11DEBUG: pools: pass the caller pointer to the check functions and macros
2023-09-11DEBUG: pools: always record the caller for uncached allocs as well
2023-09-11BUG/MINOR: quic: fdtab array underflow access
2023-09-08BUG/MINOR: quic: Wrong cluster secret initialization
2023-09-06BUG/MEDIUM: ring: adjust maxlen consistency check
2023-09-06BUG/MINOR: hlua/action: incorrect message on E_YIELD error
2023-09-06BUG/MINOR: quic: Dereferenced unchecked pointer to Handshke packet number space
2023-09-06BUG/MINOR: ring/cli: Don't expect input data when showing events
2023-09-06BUG/MINOR: applet: Always expect data when CLI is waiting for a new command
2023-09-06BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout
2023-09-06BUG/MEDIUM: applet: Report an error if applet request more room on aborted SC
2023-09-06BUG/MEDIUM: stconn: Report read activity when a stream is attached to front SC
2023-09-06BUG/MEDIUM: applet: Fix API for function to push new data in channels buffer
2023-09-06BUG/MINOR: stconn: Don't inhibit shutdown on connection on error
2023-09-05BUG/MINOR: quic: Wrong RTT computation (srtt and rrt_var)
2023-09-05BUG/MINOR: quic: Wrong RTT adjusments
2023-09-05BUG/MINOR: quic: Unchecked pointer to Handshake packet number space
2023-09-04BUILD: bug: make BUG_ON() void to avoid a rare warning
2023-09-04BUG/MINOR: stream: further protect stream_dump() against incomplete sessions
2023-09-04BUG/MEDIUM: h1-htx: Ensure chunked parsing with full output buffer
2023-09-04BUG/MEDIUM: connection: fix pool free regression with recent ppv2 TLV patches
2023-09-04BUG/MINOR: quic: Unchecked pointer to packet number space dereferenced
2023-09-04BUG/MAJOR: quic: Really ignore malformed ACK frames.
2023-09-04BUG/MINOR: quic: Possible skipped RTT sampling
2023-09-01BUG/MEDIUM: stconn: Don't block sends if there is a pending shutdown
2023-09-01BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown
2023-09-01BUG/MINOR: stconn: Don't report blocked sends during connection establishment
2023-09-01BUG/MEDIUM: stconn: Update stream expiration date on blocked sends
2023-09-01DEBUG: applet: Properly report opposite SC expiration dates in traces
2023-09-01BUG/MINOR: checks: do not queue/wake a bounced check
2023-08-29BUG/MINOR: stream: protect stream_dump() against incomplete streams
2023-08-28BUG/MINOR: ssl/cli: can't find ".crt" files when replacing a certificate
2023-08-26BUG/MEDIUM: mux-h2: fix crash when checking for reverse connection after error
2023-08-25BUG/MINOR: ssl_sock: fix possible memory leak on OOM
2023-08-25BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage
2023-08-24BUG/MINOR: h2: fix reverse if no timeout defined
2023-08-21BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code
2023-08-21BUG/MINOR: quic: allow-0rtt warning must only be emitted with quic bind
2023-08-14BUG/MINOR: stktable: allow sc-add-gpc from tcp-request connection
2023-08-14BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection
2023-08-11BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread
2023-08-11BUG/MINOR: hlua: fix invalid use of lua_pop on error paths
2023-08-11BUG/MEDIUM: quic: fix tasklet_wakeup loop on connection closing
2023-08-11BUG/MINOR: quic: Missing tasklet (quic_cc_conn_io_cb) memory release (leak)
2023-08-11BUG/MINOR: quic: Possible crash when issuing "show fd/sess" CLI commands
2023-08-10BUG/MINOR: quic: Possible crash in quic_cc_conn_io_cb() traces.
2023-08-10BUG/MINOR: quic: mux started when releasing quic_conn
2023-08-09BUG/MEDIUM: mux-h1: do not forget EOH even when no header is sent
2023-08-09BUG/MEDIUM: mux-h1: fix incorrect state checking in h1_process_mux()
2023-08-09BUG/MINOR: http: skip leading zeroes in content-length values
2023-08-09BUG/MAJOR: http: reject any empty content-length header value
2023-08-08BUG/MINOR: h3: reject more chars from the :path pseudo header
2023-08-08BUG/MINOR: h2: reject more chars from the :path pseudo header
2023-08-08BUG/MINOR: h1: do not accept '#' as part of the URI component
2023-08-08BUG/MAJOR: h3: reject header values containing invalid chars
2023-08-04BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement
2023-08-04BUG/MINOR: quic: reappend rxbuf buffer on fake dgram alloc error
2023-08-04BUG/MINOR: http-client: Don't forget to commit changes on HTX message
2023-08-04BUG/MEDIUM: quic: consume contig space on requeue datagram
2023-08-02BUG/MINOR: htx/mux-h1: Properly handle bodyless responses when splicing is used
2023-08-01BUG/MEDIUM: bwlim: Reset analyse expiration date when then channel analyse ends
2023-07-31BUG/MINOR: quic+openssl_compat: Non initialized TLS encryption levels
2023-07-28BUG/MEDIUM: h3: Be sure to handle fin bit on the last DATA frame
2023-07-27BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full
2023-07-27BUG/MINOR: quic: Possible crash when acknowledging Initial v2 packets
2023-07-25BUG/MINOR: sample: check alloc_trash_chunk() in conv_time_common()
2023-07-24BUG/MEDIUM: h3: Properly report a C-L header was found to the HTX start-line
2023-07-24BUG/MINOR: ssl: OCSP callback only registered for first SSL_CTX
2023-07-21BUG/MEDIUM: listener: Acquire proxy's lock in relax_listener() if necessary
2023-07-21BUG/MINOR: server-state: Avoid warning on 'file not found'
2023-07-21BUG/MINOR: server-state: Ignore empty files
2023-07-21BUG/MINOR: quic: Missing parentheses around PTO probe variable.
2023-07-20BUG/MINOR: server: Don't warn on server resolution failure with init-addr none
2023-07-20BUG/MINOR: init: set process' affinity even in foreground
2023-07-20BUG/MINOR: cpuset: remove the bogus "proc" from the cpu_map struct
2023-07-20BUG/MINOR: config: do not detect NUMA topology when cpu-map is configured
2023-07-20BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses
2023-07-19BUG/MINOR: hlua: add check for lua_newstate
2023-07-18BUG/MINOR: quic: Unckecked encryption levels availability
2023-07-17BUG/MINOR: http: Return the right reason for 302
2023-07-17BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters
2023-07-17BUG/MEDIUM: hlua_fcn/queue: bad pop_wait sequencing
2023-07-17BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers
2023-07-12BUG/MEDIUM: quic: timestamp shared in token was using internal time clock
2023-07-12BUG/MEDIUM: quic: missing check of dcid for init pkt including a token
2023-07-12BUG/MINOR: quic: retry token remove one useless intermediate expand
2023-07-12BUG/MEDIUM: quic: token IV was not computed using a strong secret
2023-07-11BUG/MINOR: config: Lenient port configuration parsing
2023-07-11BUG/MINOR: config: Remove final '\n' in error messages
2023-07-11BUG/MINOR: hlua_fcn/queue: use atomic load to fetch queue size
2023-07-11BUG/MINOR: sink/log: properly deinit srv in sink_new_from_logsrv()
2023-07-10BUG/MINOR: server: set rid default value in new_server()
2023-07-10BUG/MINOR: sink: fix errors handling in cfg_post_parse_ring()
2023-07-10BUG/MINOR: sink: invalid sft free in sink_deinit()
2023-07-10BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward()
2023-07-10BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward()
2023-07-10BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward()
2023-07-10BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets
2023-07-10BUG/MINOR: log: LF upsets maxlen for UDP targets
2023-07-10BUG/MINOR: ring: maxlen warning reported as alert
2023-07-10BUG/MINOR: ring: size warning incorrectly reported as fatal error
2023-07-06BUG/MINOR: sink: missing sft free in sink_deinit()
2023-07-06BUG/MINOR: http_ext: unhandled ERR_ABORT in proxy_http_parse_7239()
2023-07-06BUG/MEDIUM: sink: invalid server list in sink_new_from_logsrv()
2023-07-04BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage
2023-07-03BUG/MINOR: quic: Possible crash in "show quic" dumping packet number spaces
2023-07-03BUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT
2023-07-03BUG/MINOR: quic: Missing QUIC connection path member initialization
2023-07-03BUG/MINOR: quic: Possible leak when allocating an encryption level
2023-06-30BUG/MINOR: quic: Wrong endianess for version field in Retry token
2023-06-30BUG/MINOR: quic: Wrong Retry paquet version field endianess
2023-06-30BUG/MINOR: quic: Missing random bits in Retry packet header
2023-06-30BUG/MINOR: config: fix stick table duplicate name check
2023-06-27BUG/MEDIUM: quic: error checking buffer large enought to receive the retry tag
2023-06-26BUG/MINOR: ssl: SSL_ERROR_ZERO_RETURN returns CO_ER_SSL_EMPTY
2023-06-26BUG/MINOR: quic: Prevent deadlock with CID tree lock
2023-06-21BUG/MINOR: mworker: leak of a socketpair during startup failure
2023-06-20BUG/MINOR: http_ext: fix if-none regression in forwardfor option
2023-06-19BUG/MINOR: quic: Missing TLS secret context initialization
2023-06-19BUG/MINOR: quic: ticks comparison without ticks API use
2023-06-19BUG/MEDIUM: mworker: increase maxsock with each new worker
2023-06-19BUG/MINOR: quic: Missing transport parameters initializations
2023-06-16BUG/MINOR: quic: Possible endless loop in quic_lstnr_dghdlr()
2023-06-14BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update()
2023-06-14BUG/MINOR: quic: Missing initialization (packet number space probing)
2023-06-14BUG/MINOR: namespace: missing free in netns_sig_stop()
2023-06-14BUG/MINOR: server: inherit from netns in srv_settings_cpy()
2023-06-14BUG/MINOR: quic: Address inversion in "show quic full"
2023-06-14BUG/MINOR: quic: Wrong encryption level flags checking
2023-06-12BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure
2023-06-12BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions
2023-06-06BUG/MINOR: proxy/server: free default-server on deinit
2023-06-06BUG/MINOR: proxy: add missing interface bind free in free_proxy
2023-06-06BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line
2023-06-05BUG/MINOR: peers: Improve detection of config errors in peers sections
2023-06-05BUG/MINOR: spoe: Only skip sending new frame after a receive attempt
2023-06-02BUG/MINOR: quic: Possible crash when SSL session init fails
2023-06-02BUG/MINOR: stream: do not use client-fin/server-fin with HTX
2023-06-02BUG/MINOR: stats: Fix Lua's `get_stats` function
2023-05-31BUG/MINOR: mux-h2: refresh the idle_timer when the mux is empty
2023-05-27BUG/MEDIUM: threads: fix a tiny race in thread_isolate()
2023-05-26BUG/MEDIUM: mux-quic: only set EOI on FIN
2023-05-26BUG/MINOR: thread: add a check for pthread_create
2023-05-26BUG/MINOR: ssl_sock: add check for ha_meth
2023-05-24BUG/MINOR: hlua: unsafe hlua_lua2smp() usage
2023-05-24BUG/MINOR: quic: Missing Retry token length on receipt
2023-05-24BUG/MINOR: quic: Wrong token length check (quic_generate_retry_token())
2023-05-24BUG/MEDIUM: mux-h2: Propagate termination flags when frontend SC is created
2023-05-24BUG/MINOR: mux-h2: Check H2_SF_BODY_TUNNEL on H2S flags and not demux frame ones
2023-05-22BUG/MINOR: quic: handle Tx packet allocation failure properly
2023-05-22CLEANUP: mux-quic/h3: complete BUG_ON with comments
2023-05-17BUG/MINOR: debug: fix pointer check in debug_parse_cli_task()
2023-05-17BUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_runner()
2023-05-17BUG/MINOR: clock: automatically adjust the internal clock with the boot time
2023-05-17BUG/MINOR: checks: postpone the startup of health checks by the boot time
2023-05-17BUG/MINOR: server: memory leak in _srv_update_status_op() on server DOWN
2023-05-17BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set
2023-05-16BUG/MEDIUM: mux-quic: fix EOI for request without payload
2023-05-15BUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_ATOMIC
2023-05-15BUG/MINOR: h3: missing goto on buf alloc failure
2023-05-15BUG/MINOR: mux-quic: handle properly Tx buf exhaustion
2023-05-15BUG/MEDIUM: mux-h2: make sure control frames do not refresh the idle timeout
2023-05-12BUG/MINOR: mux-quic: free task on qc_init() app ops failure
2023-05-12BUG/MINOR: mux-quic: differentiate failure on qc_stream_desc alloc
2023-05-12BUG/MINOR: quic: do not alloc buf count on alloc failure
2023-05-12BUG/MINOR: mux-quic: handle properly recv ncbuf alloc failure
2023-05-12BUG/MINOR: mux-quic: properly handle buf alloc failure
2023-05-12BUG/MINOR: quic: Wrong redispatch for external data on connection socket
2023-05-12BUG/MINOR: log: fix memory error handling in parse_logsrv()
2023-05-12BUG/MINOR: errors: handle malloc failure in usermsgs_put()
2023-05-11BUG/MINOR: cli: don't complain about empty command on empty lines
2023-05-11BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule()
2023-05-11BUG/MINOR: proxy: missing free in free_proxy for redirect rules
2023-05-11BUG/MEDIUM: mux-fcgi: Don't request more room if mux is waiting for more data
2023-05-11BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR
2023-05-11BUG/MINOR: mux-quic: no need to subscribe for detach streams
2023-05-11BUG/MINOR: mux-quic: do not free frame already released by quic-conn
2023-05-11BUG/MINOR: mux-quic: do not prevent shutw on error
2023-05-11DEBUG: list: add DEBUG_LIST to purposely corrupt list heads after delete
2023-05-11BUG/MINOR: quic: Buggy acknowlegments of acknowlegments function
2023-05-11BUG/MINOR: hlua_fcn/queue: fix reference leak
2023-05-11BUG/MINOR: hlua_fcn/queue: fix broken pop_wait()
2023-05-11BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup
2023-05-10BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caught
2023-05-10BUG/MINOR: config: make compression work again in defaults section
2023-05-10BUG/MINOR: quic: Possible crash when dumping version information
2023-05-09BUG/MEDIUM: mux-quic: wakeup tasklet to close on error
2023-05-09BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE
2023-05-09BUG/MEDIUM: stats: Require more room if buffer is almost full
2023-05-09BUG/MEDIUM: cache: Don't request more room than the max allowed
2023-05-09BUG/MINOR: quic: Wrong key update cipher context initialization for encryption
2023-05-05BUG/MINOR: hlua: spinning loop in hlua_socket_handler()
2023-05-05BUG/MEDIUM: stconn: Unblock SC from stream if there is enough room to progrees
2023-05-04BUG/MINOR: time: fix NS_TO_TV macro
2023-05-04BUG/MINOR: mux-h2: Also expect data when waiting for a tunnel establishment
2023-05-04BUG/MINOR: debug: do not emit empty lines in thread dumps
2023-05-04BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten
2023-05-04BUG/MEDIUM: mux-h2: Properly handle end of request to expect data from server
2023-05-04BUG/MINOR: debug: fix incorrect profiling status reporting in show threads
2023-05-04DEV: haring: automatically disable DEBUG_STRICT
2023-05-03BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found
2023-05-03DEBUG: cli: add "debug dev task" to show/wake/expire/kill tasks and tasklets
2023-05-03BUG/MINOR: stream/cli: fix stream age calculation in "show sess"

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