Re: [PATCH] MINOR: support for http-request set-timeout client

2023-09-26 Thread Christopher Faulet
are too busy to rework your patch it is really not a problem. I can add the change on top of your patch or just amend it before merging it. Just let me know. -- Christopher Faulet

Re: mux-h2: Backend stream is not fully closed if frontend keeps stream open

2023-09-18 Thread Christopher Faulet
Le 16/09/2023 à 16:00, Valters Jansons a écrit : On Thu, Sep 14, 2023 at 12:35 PM Christopher Faulet wrote: After a discussion with Willy, we've hopefully found a way to fix the issue by delaying detection of the server abort on the request processing side when there is a response to forward

Re: [PATCH] MINOR: support for http-request set-timeout client

2023-09-25 Thread Christopher Faulet
could you update "reg-tests/http-set-timeout/set_timeout.vtc" script to add a test about the client timeout. Of course, if you need some help or if you have any question, ask for it. -- Christopher Faulet

Re: [PATCH] MINOR: support for http-request set-timeout client

2023-09-25 Thread Christopher Faulet
you please review it next week so that we don't forget it ? Rahh sorry, I saw it and forgotten to review it. I'll do it today of course ! -- Christopher Faulet

[ANNOUNCE] haproxy-2.5.6

2022-04-26 Thread Christopher Faulet
lete changelog : Aleksandar Lazic (1): DOC: remove double blanks in configuration.txt Christopher Faulet (21): BUG/MINOR: rules: Initialize the list element when allocating a new rule DOC: config: Explictly add supported MQTT versions BUG/MEDIUM: mux-fcgi: Properly handle return

Re: [PATCH] BUG/MEDIUM: lua: fix argument handling in data removal functions

2022-05-13 Thread Christopher Faulet
as offset, and 4th (nonexistent) as length. hlua_http_msg_del_data() also improperly checks arguments. This patch fixes argument handling in both. Must be backported to 2.5. Thanks ! Both patches were merged. -- Christopher Faulet

Re: Peers using heavily single cpu core

2022-05-17 Thread Christopher Faulet
and also validate everything works fine. -- Christopher Faulet

Re: SV: Traffic from HAproxy get error 401 and 500

2022-06-02 Thread Christopher Faulet
in "show stat" command output or in the csv export of the HTTP state page. Regards, -- Christopher Faulet

Re: [PATCH] CLEANUP: Re-apply xalloc_size.cocci (2)

2022-06-02 Thread Christopher Faulet
Le 6/1/22 à 21:58, Tim Duesterhus a écrit : This reapplies the xalloc_size.cocci patch across the whole `src/` tree. Merged. Thanks ! -- Christopher Faulet

[ANNOUNCE] haproxy-2.4.17

2022-05-13 Thread Christopher Faulet
wnload/2.4/src/CHANGELOG Pending bugs : http://www.haproxy.org/l/pending-bugs Reviewed bugs: http://www.haproxy.org/l/reviewed-bugs Code reports : http://www.haproxy.org/l/code-reports Latest builds: http://www.haproxy.org/l/dev-packages --- Complete changelog : Christophe

[ANNOUNCE] haproxy-2.2.24

2022-05-13 Thread Christopher Faulet
ugs Reviewed bugs: http://www.haproxy.org/l/reviewed-bugs Code reports : http://www.haproxy.org/l/code-reports Latest builds: http://www.haproxy.org/l/dev-packages --- Complete changelog : Christopher Faulet (2): DOC: config: Update doc for PR/PH session states to warn about r

[ANNOUNCE] haproxy-2.0.29

2022-05-13 Thread Christopher Faulet
Code reports : http://www.haproxy.org/l/code-reports Latest builds: http://www.haproxy.org/l/dev-packages --- Complete changelog : Christopher Faulet (7): Revert "BUG/MAJOR: mux-pt: Always destroy the backend connection on detach" BUG/MEDIUM: http-act: Don'

[ANNOUNCE] haproxy-2.5.7

2022-05-13 Thread Christopher Faulet
ugs Code reports : http://www.haproxy.org/l/code-reports Latest builds: http://www.haproxy.org/l/dev-packages --- Complete changelog : Boyang Li (2): BUG/MEDIUM: lua: fix argument handling in data removal functions DOC/MINOR: fix typos in the lua-api document Christoph

Re: Issue - consecutive early-hint defined with "if" condition

2022-07-04 Thread Christopher Faulet
excuse me if I miss any information required to properly identify the problem. If I’m missing anything - please do let me know. I would appreciate any help here. I’m using HAProxy version 2.4.15-7782e23 Thanks ! Indeed, I can confirm the issue. I'll try to fix it soon. -- Christopher Faulet

Re: Issue - consecutive early-hint defined with "if" condition

2022-07-06 Thread Christopher Faulet
Le 7/4/22 à 11:19, Christopher Faulet a écrit : Le 6/30/22 à 11:47, Krzysztof Kozłowski a écrit : Hi, I’m struggling with consecutive early-hint statements defined with if condition. Considering below configuration: http-request early-hint Link "<https://example.com/style1.cs

Re: Haproxy [2.4.0] cvs stats return " * L7OK,0 " in check_status and check_code fields

2022-06-24 Thread Christopher Faulet
appreciated. Thanks in advance. Hi, When the health-check is running, the status reported is the last known status and it is prefixed with an asterisks. In this case the code is set to 0 in the CSV output. So it is expected. The same is done for the agent-check. -- Christopher Faulet

Re: Segfault on 2.6.0 with TCP switching to HTTP/2

2022-06-16 Thread Christopher Faulet
8080 backend cloud-regions.bodge.cloud mode http server cr localhost:8080 Hi, Thanks ! I'm able to reproduce the segfault. I'm on it. -- Christopher Faulet

Re: Segfault on 2.6.0 with TCP switching to HTTP/2

2022-06-17 Thread Christopher Faulet
ps://dgl.cx/2022/04/showing-you-your-actual-http-request) I pushed a fix in 2.7-dev : https://github.com/haproxy/haproxy/commit/82af3c68 It will be backported to 2.6 soon. A 2.6.1 should be released the next week. Thanks ! -- Christopher Faulet

Re: Ability to set response in lua via HTTP class

2022-06-09 Thread Christopher Faulet
in a buffer. With this solution, it is not possible to rewrite a too big response body. If you want to rewrite a large response, you must write a lua filter. It is more difficult. The API is a bit rough. But it is more versatile. -- Christopher Faulet

[ANNOUNCE] haproxy-2.5.8

2022-07-25 Thread Christopher Faulet
pending-bugs Reviewed bugs: http://www.haproxy.org/l/reviewed-bugs Code reports : http://www.haproxy.org/l/code-reports Latest builds: http://www.haproxy.org/l/dev-packages --- Complete changelog : Brad Smith (1): BUILD: makefile: Fix install(1) handling for

Re: "Success" logs in HTTP frontends

2022-07-29 Thread Christopher Faulet
ession is killed with no connection/ssl error. For instance, an SSL connection rejected because of a "tcp-request session" rule (so after the SSL handshake). The same may happen with a listener using the PROXY protocol. Regards, -- Christopher Faulet

Re: "Success" logs in HTTP frontends

2022-07-29 Thread Christopher Faulet
Le 7/29/22 à 11:21, Tim Düsterhus a écrit : Hi On 7/29/22 11:10, Christopher Faulet wrote: What is your version ? At first glance, I can't find such log message in the code. It could come from a lua module. I'm seeing the same for both 2.4.x and 2.6.x. Christian and I had a short chat about

[ANNOUNCE] haproxy-2.6.2

2022-07-22 Thread Christopher Faulet
ad Smith (1): BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX Christian Ruppert (1): BUILD: Makefile: Add Lua 5.4 autodetect Christopher Faulet (16): BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created BUG/MINOR: http

[ANNOUNCE] haproxy-2.4.18

2022-07-27 Thread Christopher Faulet
s : http://www.haproxy.org/l/code-reports Latest builds: http://www.haproxy.org/l/dev-packages --- Complete changelog : Brad Smith (1): BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX Christian Ruppert (1): BUILD: Makefile: Add Lua 5.4 autodetect Chris

[ANNOUNCE] haproxy-2.2.25

2022-07-28 Thread Christopher Faulet
BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs BUG/MINOR: server: do not enable DNS resolution on disabled proxies BUG/MINOR: cli/stats: add missing trailing LF after "show info json" MEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE frames BUG/MINOR: peers/config: always fill the bind_conf's argument -- Christopher Faulet

[ANNOUNCE] haproxy-2.2.23

2022-05-06 Thread Christopher Faulet
src/CHANGELOG Pending bugs : http://www.haproxy.org/l/pending-bugs Reviewed bugs: http://www.haproxy.org/l/reviewed-bugs Code reports : http://www.haproxy.org/l/code-reports Latest builds: http://www.haproxy.org/l/dev-packages --- Complete changelog : Christopher Faulet (12):

[ANNOUNCE] haproxy-2.4.16

2022-04-29 Thread Christopher Faulet
ode reports : http://www.haproxy.org/l/code-reports --- Complete changelog : Christopher Faulet (19): DOC: config: Explictly add supported MQTT versions BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing BUG/MEDIUM: mux-h1: Properly detect f

[ANNOUNCE] haproxy-2.3.20

2022-04-29 Thread Christopher Faulet
hangelog: http://www.haproxy.org/download/2.3/src/CHANGELOG Pending bugs : http://www.haproxy.org/l/pending-bugs Reviewed bugs: http://www.haproxy.org/l/reviewed-bugs Code reports : http://www.haproxy.org/l/code-reports --- Complete changelog : Christopher Faulet (14):

Re: Possible problem with custom error pages -- backend server returns 503, haproxy logs 503, but the browser gets 403

2022-08-23 Thread Christopher Faulet
n your bug report on solr project, HAProxy logs report HTTP/3.0 requests but the screenshots show HTTP/2.0 requests. And the payload for the 403 response is talking about 50x errors. What is the 50x.http error file content ? -- Christopher Faulet

Re: Lua: processing expired on timeout when using core.msleep

2022-08-23 Thread Christopher Faulet
? Bren Hi, It could be good to share your config, at least the part calling your lua script. But this error can be triggered when the inspect-delay for tcp rules evaluation is expires. It can also happen when a read error is detected or an abort with abortonclose option. -- Christopher Faulet

Re: Lua: processing expired on timeout when using core.msleep

2022-08-25 Thread Christopher Faulet
Le 8/23/22 à 20:08, Bren a écrit : --- Original Message --- On Tuesday, August 23rd, 2022 at 4:26 AM, Christopher Faulet wrote: It could be good to share your config, at least the part calling your lua script. I think these are the only relevant bits: tcp-request inspect-delay

Re: Lua hangs with get line at end of request body

2022-08-29 Thread Christopher Faulet
ith your lua script. I will fix it soon. Thanks ! -- Christopher Faulet

Re: Lua hangs with get line at end of request body

2022-08-29 Thread Christopher Faulet
Le 8/29/22 à 12:30, Christopher Faulet a écrit : There is a bug. I'm able to reproduce it with your lua script. I will fix it soon. FYI, I pushed a fix[1] to 2.7-DEV. It will be backported soon. [1] https://github.com/haproxy/haproxy/commit/4a20972a -- Christopher Faulet

[ANNOUNCE] haproxy-2.4.19

2022-09-28 Thread Christopher Faulet
OR: stats: fixing stat shows disabled frontend status as 'OPEN' BUG/MINOR: log: improper behavior when escaping log data Brad Smith (1): BUILD: makefile: enable crypt(3) for NetBSD Christopher Faulet (25): MINOR: http: Add function to get port part of a host MINOR: http: Add

Re: clarify close behaviour on http-request rules

2022-10-18 Thread Christopher Faulet
. Thus, in your case, if there is no "Connection: close" header in the response, both http-request action (return and deny) should do the same and keep the client connection alive. So if you observe connection closing, it may be for something else. Maybe a timeout. Or a bug... -- Christopher Faulet

Re: clarify close behaviour on http-request rules

2022-10-18 Thread Christopher Faulet
Le 10/18/22 à 13:01, William Dauchy a écrit : Hi Christopher, Thanks for your reply. On Tue, Oct 18, 2022 at 10:22 AM Christopher Faulet wrote: Since the 2.2, HAProxy responses don't close the client connections in K/A mode, except for 400-Bad-Request and 408-Request-Time-out

Re: clarify close behaviour on http-request rules

2022-10-18 Thread Christopher Faulet
Le 10/18/22 à 18:24, William Dauchy a écrit : On Tue, Oct 18, 2022 at 4:15 PM Christopher Faulet wrote: On all HTX versions, K/A and close modes are handled in the H1 multiplexer. Thus, on these versions, http_reply_and_close() is only closing the stream. The multiplexer is responsible

Re: Haproxy :: compression issue for IPv6

2022-10-21 Thread Christopher Faulet
00 response will be returned to the client. So, we should fix the compression related error. But, it remains a good idea to increase "tune.maxrewrite" value in your case. Regards, -- Christopher Faulet

Re: Haproxy :: compression issue for IPv6

2022-10-24 Thread Christopher Faulet
. It will be backported ASAP. Thanks ! -- Christopher Faulet

Re: Health Checks and DNS lookups in stopping processes

2022-09-19 Thread Christopher Faulet
hecks, dns resolution ...). -- Christopher Faulet

Re: [UK OFFICIAL] [PATCH] Issue 1812 - smtpchk option does not send a QUIT

2022-09-21 Thread Christopher Faulet
checks/4be_1srv_smtpchk_httpchk_layer47errors.vtc and reg-tests/checks/smtp-check.vtc) Thanks ! -- Christopher Faulet

Re: Health Checks and DNS lookups in stopping processes

2022-09-20 Thread Christopher Faulet
Le 9/19/22 à 21:04, Tim Düsterhus a écrit : Christopher, On 9/19/22 20:22, Christopher Faulet wrote: It is not exactly how it works. When HAProxy is reloaded, it stops to accept new connections and it closes idle HTTP connections on the server side and also on the client side. However

[ANNOUNCE] haproxy-2.6.6

2022-09-22 Thread Christopher Faulet
upport per os commit BUILD: makefile: enable crypt(3) for NetBSD Christopher Faulet (4): BUG/MINOR: h1: Support headers case adjustment for TCP proxies BUG/MINOR: task: Fix detection of tasks profiling in tasklet_wakeup_after() BUG/MINOR: mux-h1: Increment open_streams co

Re: [UK OFFICIAL] [PATCH] Issue 1812 - smtpchk option does not send a QUIT

2022-09-22 Thread Christopher Faulet
the necessary parts for next time! Hi, I merged your patch. Thanks ! -- Christopher Faulet

[ANNOUNCE] haproxy-2.5.9

2022-09-23 Thread Christopher Faulet
: support for additional PAUSED state BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN' BUG/MEDIUM: server: segv when adding server with hostname from CLI BUG/MINOR: log: improper behavior when escaping log data Brad Smith (1): BUILD: makefile: enable crypt(3) f

Re: [PATCH] BUG/MINOR: checks: update pgsql regex on auth packet

2022-10-04 Thread Christopher Faulet
-by: Fatih Acar Merged, thanks ! -- Christopher Faulet

Re: [PATCH] BUG/MINOR: checks: update pgsql regex on auth packet

2022-09-30 Thread Christopher Faulet
! Sorry for the delay. We will review it and merge it soon. -- Christopher Faulet

Re: Server timeouts since HAProxy 2.2

2022-08-04 Thread Christopher Faulet
is affected by 369 known bugs (http://www.haproxy.org/bugs/bugs-2.2.9.html). You must update it to 2.2.25 first. Regards, -- Christopher Faulet

Re: change accept() behaviour under maxconn

2022-11-02 Thread Christopher Faulet
ct" with an ACL based on fe_conn sample fetch (or any other sample). -- Christopher Faulet

[ANNOUNCE] haproxy-2.6.7

2022-12-02 Thread Christopher Faulet
t_dup pointer dereference on proxy "from" inheritance BUG/MINOR: log: fix parse_log_message rfc5424 size check DOC: configuration.txt: add default_value for table_idle signature DOC: configuration.txt: fix typo in table_idle signature Christopher Faulet (31): RE

Re: [PATCH 0/2] BUG/MINOR: promex: create haproxy_backend_agg_check_status

2022-12-09 Thread Christopher Faulet
-- 3 files changed, 39 insertions(+), 3 deletions(-) Thanks, both patches were merged ! I mentioned it could be backported as far as 2.4. -- Christopher Faulet

[ANNOUNCE] haproxy-2.4.20

2022-12-09 Thread Christopher Faulet
early task hangs BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists BUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer dereference on proxy "from" inheritance BUG/MINOR: log: fix parse_log_message rfc5424 size check Christopher Faulet (25): DOC: co

[ANNOUNCE] haproxy-2.2.26

2022-12-09 Thread Christopher Faulet
NOR: log: improper behavior when escaping log data DOC: configuration: missing 'if' in tcp-request content example BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists Christopher Faulet (30): MINOR: peers: Use a dedicated reconnect timeout when stopping the lo

Re: [ANNOUNCE] haproxy-1.8.31

2022-12-09 Thread Christopher Faulet
Le 12/9/22 à 16:41, Tim Düsterhus a écrit : Willy, On 12/9/22 16:28, Christopher Faulet wrote: HAProxy 1.8.31 was released on 2022/12/09. It added 83 new commits after version 1.8.30. It appears releases.json didn't update automatically for 1.8: https://www.haproxy.org/download/1.8/src

[ANNOUNCE] haproxy-1.8.31

2022-12-09 Thread Christopher Faulet
() own PROXY_LOCK BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists Christopher Faulet (17): BUG/MINOR: logs: Report the true number of retries if there was no connection BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter BUG/MEDIUM: spoe

Re: RE: [PATCH 0/2] BUG/MINOR: promex: fix haproxy_backend_agg_server_check_status

2022-12-06 Thread Christopher Faulet
or "haproxy_backend_agg_srv_status" (to aggregate haproxy_server_status). -- Christopher Faulet

[ANNOUNCE] haproxy-2.5.10

2022-12-05 Thread Christopher Faulet
BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists BUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer dereference on proxy "from" inheritance BUG/MINOR: log: fix parse_log_message rfc5424 size check Christopher Faulet (25): REGTESTS: 4be_1srv_smtpch

Re: [PATCH 0/2] BUG/MINOR: promex: fix haproxy_backend_agg_server_check_status

2022-12-07 Thread Christopher Faulet
merged/backported in 2.5/2.6/2.7/2.8-dev and haproxy_backend_agg_server_check_status will be removed in 2.9 ( or 2.10 ) Exactly. -- Christopher Faulet

[ANNOUNCE] haproxy-2.0.30

2022-12-09 Thread Christopher Faulet
BUG/MINOR: log: improper behavior when escaping log data DOC: configuration: missing 'if' in tcp-request content example BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists Christopher Faulet (24): REGTESTS: abortonclose: Fix some race conditions REGTESTS: a

Re: [PATCH 0/2] BUG/MINOR: promex: fix haproxy_backend_agg_server_check_status

2022-12-06 Thread Christopher Faulet
. "ST_F_AGG_SRV_STATUS" is pretty good for the first one. I may propose "ST_F_AGG_CHECK_STATUS" for the second one. I guess the two new metrics may be backported. They are not used by the stats applet. What do you think about it? -- Christopher Faulet

Re: Multiple http-check in backend

2022-11-24 Thread Christopher Faulet
t;method":"info.isBootstrapped","params":[{"chain": "C"}],"i>' http-check expect string \"isBootstrapped\":true httpc-check connect http-check send meth POST uri /ext/info hdr Content-Type application/json body '"{"jsonrpc":"2.0","method":"info.isBootstrapped","params":[{"chain": "q2aTwKuy>' http-check expect string \"isBootstrapped\":true http-check connect http-check send meth POST uri /ext/info hdr Content-Type application/json body '"{"jsonrpc":"2.0","method":"info.isBootstrapped","params":[{"chain": "2K33xS9A>' http-check expect string \"isBootstrapped\":true -- Christopher Faulet

Re: [PATCH] spelling fixes

2022-11-30 Thread Christopher Faulet
Le 11/30/22 à 12:24, Илья Шипицин a écrit : hello, yet another spelling patch. Thanks, merged ! -- Christopher Faulet

Re: How to return 429 Status Code instead of 503

2022-11-17 Thread Christopher Faulet
) This will work, but all errors generating 503 responses will be replaced by 429 responses. For now, there is no way to make difference between a queue timeout and connection error for instance. -- Christopher Faulet

[ANNOUNCE] haproxy-2.6.8

2023-01-24 Thread Christopher Faulet
nditions in hmac.vtc Bertrand Jacquin (1): BUG/MEDIUM: tests: use tmpdir to create UNIX socket Cedric Paillet (2): BUG/MINOR: promex: create haproxy_backend_agg_server_status MINOR: promex: introduce haproxy_backend_agg_check_status Christopher Faulet (23): BUG/MINOR: h

[ANNOUNCE] haproxy-2.5.11

2023-01-24 Thread Christopher Faulet
introduce haproxy_backend_agg_check_status Christopher Faulet (25): BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action BUG/MEDIIM: stconn: Flush output data before forwarding close to write side Revert "CI: switch to the "latest" LibreSSL" Revert

Re: [ANNOUNCE] haproxy-2.2.27

2023-01-30 Thread Christopher Faulet
ange, the config is fairly simple. Thanks for the info ! -- Christopher Faulet

Re: [ANNOUNCE] haproxy-2.2.27

2023-01-30 Thread Christopher Faulet
Le 1/30/23 à 15:51, Christopher Faulet a écrit : Le 1/30/23 à 15:11, Jason Grammenos a écrit : Hello Haproxy, Thank you for the release of the new 2.2.27 resolving the issue with haproxy 2.2.26 not starting with ring configured. I upgraded my preprod environment to 2.2.27 today, and haproxy

Re: [ANNOUNCE] haproxy-2.2.27

2023-01-30 Thread Christopher Faulet
to install the debug symbols. Regards, -- Christopher Faulet

Re: [ANNOUNCE] haproxy-2.2.27

2023-01-31 Thread Christopher Faulet
. -- Christopher Faulet

[ANNOUNCE] haproxy-2.2.28

2023-01-31 Thread Christopher Faulet
: https://www.haproxy.org/l/dev-packages --- Complete changelog : Christopher Faulet (1): BUG/MEDIUM: sink: Fix release of sinks during the deinit -- Christopher Faulet

Re: [ANNOUNCE] haproxy-2.2.27

2023-01-31 Thread Christopher Faulet
Le 1/31/23 à 10:18, Christopher Faulet a écrit : Le 1/30/23 à 17:53, Jason Grammenos a écrit : New gist with just the gdb output Thank Tim I have rotate my private keys for the relevant certificates. ``` Sudo apt-get install gdb Sudo apt-get instal apport-unpack wget https://launchpad.net

[ANNOUNCE] haproxy-2.4.21

2023-01-27 Thread Christopher Faulet
x the race conditions in digest.vtc REGTEST: fix the race conditions in hmac.vtc Cedric Paillet (2): BUG/MINOR: promex: create haproxy_backend_agg_server_status MINOR: promex: introduce haproxy_backend_agg_check_status Christopher Faulet (15): BUG/MINOR: http-htx: Don't consi

[ANNOUNCE] haproxy-2.2.27

2023-01-27 Thread Christopher Faulet
Code reports : https://www.haproxy.org/l/code-reports Latest builds: https://www.haproxy.org/l/dev-packages --- Complete changelog : Aurelien DARRAGON (2): REGTEST: fix the race conditions in digest.vtc REGTEST: fix the race conditions in hmac.vtc Christopher Faulet (11

Re: Problem with log ring in HAProxy 2.2.26

2023-01-05 Thread Christopher Faulet
the commit 7af321580 ("BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring.") was backported. I pushed a fix. -- Christopher Faulet

Re: Debugging PH state

2023-03-13 Thread Christopher Faulet
Le 3/6/23 à 08:50, Christian Ruppert a écrit : On 2023-03-03 16:37, Christopher Faulet wrote: Le 3/3/23 à 15:40, Christian Ruppert a écrit : So I can reproduce it. I captured the response, extracted the data which includes to entire header + payload. I put that into a file like foo.bin and I

Re: Debugging PH state

2023-03-03 Thread Christopher Faulet
500, no PH. Even with the same request so I really don't get it. I really wonder if that's a HAProxy bug. Hi Christian, It is indeed possible. Could you share your configuration ? Is there any special in the response ? -- Christopher Faulet

[ANNOUNCE] haproxy-2.7.7

2023-04-27 Thread Christopher Faulet
ly commit state change in srv_update_status() BUG/MINOR: server: don't miss proxy stats update on server state transitions BUG/MINOR: server: don't miss server stats update on server state transitions BUG/MINOR: server: don't use date when restoring last_change from state file Christ

Re: clarify close behaviour on http-request rules

2023-02-07 Thread Christopher Faulet
Le 2/6/23 à 12:08, William Dauchy a écrit : Hi Christopher, On Fri, Feb 3, 2023 at 7:59 PM William Dauchy wrote: On Tue, Oct 18, 2022 at 4:15 PM Christopher Faulet wrote: On all HTX versions, K/A and close modes are handled in the H1 multiplexer. Thus, on these versions

[ANNOUNCE] haproxy-2.2.30

2023-06-12 Thread Christopher Faulet
e transitions BUG/MINOR: server: don't use date when restoring last_change from state file BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line BUG/MINOR: proxy: add missing interface bind free in free_proxy Christopher Faulet (15): DOC: config: Fix des

[ANNOUNCE] haproxy-2.8.1

2023-07-03 Thread Christopher Faulet
on deinit BUG/MINOR: server: inherit from netns in srv_settings_cpy() BUG/MINOR: namespace: missing free in netns_sig_stop() BUG/MINOR: http_ext: fix if-none regression in forwardfor option Christopher Faulet (5): BUG/MINOR: spoe: Only skip sending new frame after a receive at

[ANNOUNCE] haproxy-2.6.14

2023-06-09 Thread Christopher Faulet
ak when re-declaring interface from bind line BUG/MINOR: proxy: add missing interface bind free in free_proxy Christopher Faulet (13): BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones BUG/MINOR: resolvers: Use sc_need_room() to wait more room when dumping stats

[ANNOUNCE] haproxy-2.4.23

2023-06-09 Thread Christopher Faulet
ules: fix errors paths in http_parse_redirect_rule() BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line BUG/MINOR: proxy: add missing interface bind free in free_proxy Christopher Faulet (25): DOC: config: Fix description of options about HTTP connection modes

Re: [ANNOUNCE] haproxy-2.7.9

2023-06-09 Thread Christopher Faulet
Le 6/9/23 à 09:45, Tim Düsterhus a écrit : Hi On 6/7/23 18:57, Christopher Faulet wrote: If you are running a 2.7, please upgrade. But keep in mind it is not a LTS version. Now the 2.8.0 was released, it could be good to start to evaluate it. However keep cool, there is no rush to upgrade. You

[ANNOUNCE] haproxy-2.7.9

2023-06-07 Thread Christopher Faulet
ng interface from bind line BUG/MINOR: proxy: add missing interface bind free in free_proxy Christopher Faulet (16): BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones BUG/MINOR: resolvers: Use sc_need_room() to wait more room when dumping stats BUILD: mjs

[ANNOUNCE] haproxy-2.0.32

2023-06-12 Thread Christopher Faulet
OR: server: don't miss proxy stats update on server state transitions BUG/MINOR: server: don't miss server stats update on server state transitions BUG/MINOR: server: don't use date when restoring last_change from state file Christopher Faulet (12): BUG/MEDIUM: spoe:

Re: [PATCH 1/2] BUG/MINOR: server-state: Avoid warning on 'file not found'

2023-07-21 Thread Christopher Faulet
. This will allow users to specify nonexistent server-state-file at first, and dump states to the file later. Fixes #2190 Thanks ! Both patches merged and backported to 2.8. -- Christopher Faulet

Re: QUIC with a fcgi backend

2023-07-24 Thread Christopher Faulet
is missing to specify a content-length was found. I pushed a flag, it should be fixed: commit e42241ed2b1df77beb1817eb9bcc46bab793f25c (HEAD -> master, haproxy.org/master) Author: Christopher Faulet Date: Mon Jul 24 11:37:10 2023 +0200 BUG/MEDIUM: h3: Properly report a C-L header was fo

Re: QUIC with a fcgi backend

2023-07-24 Thread Christopher Faulet
be fixed: commit e42241ed2b1df77beb1817eb9bcc46bab793f25c (HEAD -> master, haproxy.org/master) Author: Christopher Faulet Date:   Mon Jul 24 11:37:10 2023 +0200 Thanks for the fix. I just tested and it works but I can still see a weird behavior when using curl (I still didn't t

Re: QUIC with a fcgi backend

2023-07-25 Thread Christopher Faulet
validate my fix with Amaury but it should be fixed soon. However, During my tests, I observed another weird issue. But I need more time to figure out what happens. Stay tuned ! -- Christopher Faulet

Re: [2.4.22] Segmentation fault when using spoe + disabled keyword

2023-05-11 Thread Christopher Faulet
irst, it is an issue because these expressions are released while they are still used by other filters. I pushed a fix in 2.8-DEV. It will be backported to all stable versions. As a workaround, the disabled proxies must not be the first ones defined. -- Christopher Faulet

Re: RFC new doc section for size format

2023-05-17 Thread Christopher Faulet
listening on port 80 on all Thanks Daniel, It seems good to me. Any comment before I merge it ? -- Christopher Faulet

Re: RFC new doc section for size format

2023-05-17 Thread Christopher Faulet
Le 5/17/23 à 17:16, Daniel Epperson a écrit : I have attached the patch. Thanks Daniel ! Too late for the dev12 but now merged :) -- Christopher Faulet

[ANNOUNCE] haproxy-2.8-dev12

2023-05-17 Thread Christopher Faulet
mptrash assigments in srv_update_status() BUG/MINOR: server: memory leak in _srv_update_status_op() on server DOWN BUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_runner() BUG/MINOR: debug: fix pointer check in debug_parse_cli_task() Christopher Faulet (15): BUILD: mjson: F

Re: [2.4.22] Segmentation fault when using spoe + disabled keyword

2023-05-09 Thread Christopher Faulet
n please ? When a SPOE filter is configured on a disabled proxy, it is released during configuration parsing, just like any other filters. I suspect some shared data are released if you use the same backend for your SPOE agents. -- Christopher Faulet

Re: RFC new doc section for size format

2023-05-17 Thread Christopher Faulet
listening on port 80 on all Daniel, could you send a real patch to ease the merge ? -- Christopher Faulet

Re: [PATCH] CI: drop dedicated Fedora m32 pipeline

2023-05-17 Thread Christopher Faulet
Le 5/14/23 à 21:46, Илья Шипицин a écrit : Hello, no need to keep it, cross build matrix covers this. Ilya Merged, thanks ! -- Christopher Faulet

Re: mux-h2: Backend stream is not fully closed if frontend keeps stream open

2023-12-18 Thread Christopher Faulet
Le 20/09/2023 à 22:14, Valters Jansons a écrit : On Mon, Sep 18, 2023 at 9:32 AM Christopher Faulet wrote: Please find a new patch. It should be good ( or better at least :) The provided patch resolves my scenario for both the gRPC server-client as well as the Java client to nginx server

[ANNOUNCE] haproxy-2.2.32

2023-12-19 Thread Christopher Faulet
matrix entry for "max-session-srv-conns" Christopher Faulet (17): BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling

[ANNOUNCE] haproxy-2.0.34

2023-12-19 Thread Christopher Faulet
ed sections for "max-session-srv-conns" DOC: config: add matrix entry for "max-session-srv-conns" Christopher Faulet (2): BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync

[ANNOUNCE] haproxy-2.9.1

2023-12-15 Thread Christopher Faulet
BUG/MEDIUM: mux-quic: report early error on stream Aurelien DARRAGON (2): BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions BUG/MINOR: ext-check: cannot use without preserve-env Christopher Faulet (6): MINOR: version: mention that it's stable now BUG/MEDIUM

<    2   3   4   5   6   7   8   >