Re: h2 + text/event-stream: closed on both sides by FIN/ACK?

2018-09-23 Thread Willy Tarreau
Hi Lukas, On Mon, Sep 24, 2018 at 01:46:57AM +0200, Lukas Tribus wrote: > Hello, > > > On Fri, 21 Sep 2018 at 15:45, Pierre Cheynier wrote: > > Let me know if you see something obvious here, or if this is candidate to a > > bug. > > > > We have a service using SSE through text/event-stream con

Re: h2 + text/event-stream: closed on both sides by FIN/ACK?

2018-09-23 Thread Lukas Tribus
Hello, On Fri, 21 Sep 2018 at 15:45, Pierre Cheynier wrote: > Let me know if you see something obvious here, or if this is candidate to a > bug. > > We have a service using SSE through text/event-stream content-type. > > In HTTP/1.1 we have a normal stream as expected : > < HTTP/1.1 200 OK > <

Throughput slow with kernel 4.9.0

2018-09-23 Thread Brendon Colby
Greetings, Similar to this user: https://www.mail-archive.com/haproxy@formilux.org/msg27698.html I recently upgraded our proxy VMs from Debian 8/Jessie (kernel 3.16.0) to Devuan 2/ASCII (Debian Stretch w/o systemd, kernel 4.9.0). I know running haproxy on a VM is often discouraged, but we have d

PATCH : checks : queues null-deref

2018-09-23 Thread Mildis
HI, Here is a patch for a null-deref. It checks if queues exists before working on it. 0001-BUG-MINOR-checks-queues-null-deref.patch Description: Binary data Mildis

PATCH : mux_h2 h2c pointer deref

2018-09-23 Thread Mildis
Hi, Here is a patch for a null-deref. It checks if h2c exists before working on it. 0001-BUG-MINOR-h2-null-deref.patch Description: Binary data Mildis