Re: Case Sensitive Headers

2019-07-12 Thread Luke Seelenbinder
Hi Christopher, That definitely is ugly—but it works. Thanks! I'll look for improvements in 2.1. Best, Luke — Luke Seelenbinder SermonAudio.com | Senior Software Engineer > On Jul 10, 2019, at 14:53, Christopher Faulet wrote: > > Le 10/07/2019 à 13:08, Luke

Re: Runaway process

2019-07-12 Thread Sander Klein
On 2019-07-12 04:27, Willy Tarreau wrote: If you can at least show the backtrace, this could be useful and we can see if the core would be needed or not. Maybe this will match another known bug. This is the BT of yesterday: --- GNU gdb (Debian 7.12-6) 7.12.0.20161007-git Copyright (C) 2016

Re: [PATCH] BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used

2019-07-12 Thread Christopher Faulet
Le 10/07/2019 à 17:58, David Pirotte a écrit : Instructions to reproduce are below. When HTTP keepalives are used in conjunction with HTX, the Ti timer reports the elapsed time since the beginning of the connection instead of the end of the previous request as stated in the documentation. Tq

Re: Upgrade from 1.7 to 2.0 = increased CPU usage

2019-07-12 Thread Elias Abacioglu
Ok, thanks, I'll wait for 2.0.2 then. On Thu, Jul 11, 2019 at 7:57 PM Lukas Tribus wrote: > Hello Elias, > > On Thu, 11 Jul 2019 at 17:05, Elias Abacioglu > wrote: > > > > I just reverted back to haproxy 1.7 now. > > To be more accurate, CPU idle is around ~48% for core 2-3. > > I suggest to

[PR] add a vhost setting per backend

2019-07-12 Thread PR Bot
Dear list! Author: romain.d.morotti Number of patches: 4 This is an automated relay of the Github pull request: add a vhost setting per backend Patch title(s): add vhost setting per backend. it sets the host header in requests, in healthchecks and in TLS connections (SNI). add unit

Re: [PATCH] BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used

2019-07-12 Thread David Pirotte
Sure thing, Christopher. Patch is attached. Thanks! Cheers, Dave On Fri, Jul 12, 2019 at 5:00 AM Christopher Faulet wrote: > Le 10/07/2019 à 17:58, David Pirotte a écrit : > > Instructions to reproduce are below. > > > > When HTTP keepalives are used in conjunction with HTX, the Ti timer >

Re: [PATCH] BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used

2019-07-12 Thread Christopher Faulet
Le 12/07/2019 à 15:56, David Pirotte a écrit : Sure thing, Christopher. Patch is attached. Thanks! Thanks ! merged now. -- Christopher Faulet

Re: [PATCH] BUG/MINOR: mux-h1: Correctly report Ti timer when HTX and keepalives are used

2019-07-12 Thread Christopher Faulet
Le 12/07/2019 à 16:20, Christopher Faulet a écrit : Le 12/07/2019 à 15:56, David Pirotte a écrit : Sure thing, Christopher. Patch is attached. Thanks! Thanks ! merged now. Sorry, forgot to mention. I slightly amended you patch to also set t_handshake to 0 to have the right Th time. --