Re: CI caching improvement

2022-03-21 Thread Tim Düsterhus
William, On 3/18/22 11:31, William Lallemand wrote: It looks like it is available as well on our repositories, I just test it and it works correctly. Honestly I really don't like the dependency to another repository with a format specific to github. I agree that a cleaner integration with

MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value converters for MQTTv3.1

2022-03-21 Thread dhruvjain99
From: "Dhruv Jain" In MQTTv3.1, protocol name is "MQIsdp" and protocol level is 3. The mqtt converters(mqtt_is_valid and mqtt_field_value) did not work for clients on mqttv3.1 because the mqtt_parse_connect() marked the CONNECT message invalid if either the protocol name is not "MQTT" or the

RE: [EXTERNAL] Re: Self-signed cert at haproxy, formal cert on backend web server

2022-03-21 Thread Moore, Dan [TREAS]
Shawn, That is very helpful and provided some insight I hadn't considered which will definitely help moving forward. Thank you! Dan. -Original Message- From: Shawn Heisey Sent: Friday, March 18, 2022 8:06 PM To: haproxy@formilux.org Subject: [EXTERNAL] Re: Self-signed cert at

Re: CI caching improvement

2022-03-21 Thread Илья Шипицин
пт, 18 мар. 2022 г. в 15:32, William Lallemand : > On Wed, Mar 16, 2022 at 09:31:56AM +0100, Tim Düsterhus wrote: > > Willy, > > > > On 3/8/22 20:43, Tim Düsterhus wrote: > > >> Yes my point was about VTest. However you made me think about a very > good > > >> reason for caching haproxy builds as

Trouble with HTTP request queueing when using HTTP/2 frontend and HTTP/1.1 backend

2022-03-21 Thread Jens Wahnes
Hello, I'm a happy user of HAProxy and so far have been able to resolve any issues I've had by reading the docs and following the answers given on this mailing list or online tutorials. But now I've run into a problem I cannot resolve myself and hope someone could help me figure out what

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+

2022-03-21 Thread Willy Tarreau
On Mon, Mar 21, 2022 at 09:25:28AM +0100, Tim Düsterhus wrote: > Willy, > > On 3/11/22 22:46, Tim Duesterhus wrote: > > Introduced in: > > > > 0657b9338 MINOR: stream: add "last_rule_file" and "last_rule_line" samples > > I believe you missed this one. Indeed, for an unknown reason it was

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+

2022-03-21 Thread Tim Düsterhus
Willy, On 3/11/22 22:46, Tim Duesterhus wrote: Introduced in: 0657b9338 MINOR: stream: add "last_rule_file" and "last_rule_line" samples I believe you missed this one. Best regards Tim Düsterhus

Re: [PATCH 0/4] Using Coccinelle the right way

2022-03-21 Thread Willy Tarreau
Hi Tim, On Tue, Mar 15, 2022 at 01:11:04PM +0100, Tim Duesterhus wrote: > Willy, > > I wanted to build a simple reproducer for the "ist in struct" issue to post > on the Coccinelle list and found that it worked if all structs are defined > in the same .c file. Searching the list archives then