Re: V1.9 SSL engine and ssl-mode-async is unstable

2019-01-25 Thread Aleksandar Lazic
Hi. Am 25-01-2019 08:55, schrieb Kevin Zhu: HI HAProxy Team,: I am trying to use Intel qat work with HAProxy-1.9.0, but it work very unstable. and i had other try HAProxy-1.8.16 and it work will, How can i find what is wrong? 1.8.16 and 1.9.0 use same hardwave and system to running and compil

Re: h1-client to h2-server host header / authority conversion failure.?

2019-01-25 Thread Aleksandar Lazic
Hi List. Am 25-01-2019 01:01, schrieb PiBa-NL: Hi List, Attached a regtest which i 'think' should pass. **   s1    0.0 === expect tbl.dec[1].key == ":authority" s1    0.0 EXPECT tbl.dec[1].key (host) == ":authority" failed It seems to me the Host <> Authority conversion isn't happening p

1.9.3 delayed

2019-01-25 Thread Willy Tarreau
Hi guys, I know I said I'd issue 1.9.3 this week, but after having worked on addressing ugly H2 issues, I've now spent the whole day on a severe crash bug affecting server-side idle connections and at the end of the day with numerous traces and code changes I'm still back to the same point making

Re: h1-client to h2-server host header / authority conversion failure.?

2019-01-25 Thread Willy Tarreau
Hi Pieter, On Fri, Jan 25, 2019 at 01:01:19AM +0100, PiBa-NL wrote: > Hi List, > > Attached a regtest which i 'think' should pass. > > **   s1    0.0 === expect tbl.dec[1].key == ":authority" > s1    0.0 EXPECT tbl.dec[1].key (host) == ":authority" failed > > It seems to me the Host <> Aut

Re: [PATCH] runtime do-resolve http action

2019-01-25 Thread Willy Tarreau
On Fri, Jan 25, 2019 at 03:09:52PM +0100, Baptiste wrote: > Hi Willy, > > Thanks for the review!!! > I fixed most of the problems, but I have a 3 points I'd like to discuss: > > > + If an IP address can be found, it is stored into . If any kind of > > > + error occurs, then is not set. > > > >

Re: [PATCH] runtime do-resolve http action

2019-01-25 Thread Baptiste
Hi Willy, Thanks for the review!!! I fixed most of the problems, but I have a 3 points I'd like to discuss: > + If an IP address can be found, it is stored into . If any kind of > > + error occurs, then is not set. > > Just to be sure, it is not set or not modified ? I guess the latter, which

Re: H2 Server Connection Resets (1.9.2)

2019-01-25 Thread Willy Tarreau
Hi Luke, On Fri, Jan 25, 2019 at 08:08:22AM +, Luke Seelenbinder wrote: > Hi Willy, > > > OK so instead of sending you a boring series, I can propose you to run > > a test on 2.0-dev, which contains all the fixes I had to go through > > because of tiny issues everywhere related to this. If yo

Re: H2 Server Connection Resets (1.9.2)

2019-01-25 Thread Luke Seelenbinder
Hi Willy, > OK so instead of sending you a boring series, I can propose you to run > a test on 2.0-dev, which contains all the fixes I had to go through > because of tiny issues everywhere related to this. If you're using git, > just clone the master and checkout commit f7a259d46f8. > you can simp