Re: [PATCH] DOC: add info about ssl-engine for 2.6

2022-06-16 Thread Tim Düsterhus
Alex, From 85bcc5ea26d7c1f468dbbf6a10b33bc9f79da819 Mon Sep 17 00:00:00 2001 From: Aleksandar Lazic Date: Wed, 15 Jun 2022 23:52:30 +0200 Subject: [PATCH] DOC: add info about ssl-engine for 2.6 In the announcment of 2.6 is mentioned that the openssl engine There's a typo here: announcement.

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

2022-06-16 Thread Aleksandar Lazic
On Thu, 16 Jun 2022 20:49:00 +1000 David Leadbeater wrote: > On Thu, 16 Jun 2022 at 20:27, Aleksandar Lazic wrote: > [...] > > > Thanks ! I'm able to reproduce the segfault. I'm on it. > > Thanks! > > > But in any way wouldn't be better that the rule > > > > acl ipwtf

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

2022-06-16 Thread David Leadbeater
On Thu, 16 Jun 2022 at 20:27, Aleksandar Lazic wrote: [...] > > Thanks ! I'm able to reproduce the segfault. I'm on it. Thanks! > But in any way wouldn't be better that the rule > > acl ipwtf hdr(Host),lower,field(1,:),word(-1,.,2) ip.wtf > > be after > > > >tcp-request inspect-delay 10s >

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

2022-06-16 Thread Aleksandar Lazic
On Thu, 16 Jun 2022 10:22:30 +0200 Christopher Faulet wrote: > Le 6/16/22 à 05:12, David Leadbeater a écrit : > > I tried upgrading to 2.6.0 (from 2.5.6) and I'm seeing a segfault when > > making HTTP/2 requests. I'm using a frontend in TCP mode and then > > switching it to HTTP/2. > > > > I've

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

2022-06-16 Thread Christopher Faulet
Le 6/16/22 à 05:12, David Leadbeater a écrit : I tried upgrading to 2.6.0 (from 2.5.6) and I'm seeing a segfault when making HTTP/2 requests. I'm using a frontend in TCP mode and then switching it to HTTP/2. I've made a minimal config that exhibits the segfault, below. Simply doing curl -vk