Re: h2 sending RSTs in response to RSTs

2018-03-22 Thread Willy Tarreau
Hi, On Thu, Jan 25, 2018 at 04:35:58AM +0800, klzgrad wrote: > Hi, > > I patched Chromium to close the stream immediately after seeing END_STREAM. > > In testing, Chromium sends an RST (CANCEL) for this, but HAProxy > replies with an RST (STREAM_CLOSED). This is a MUST NOT (though only a >

h2 sending RSTs in response to RSTs

2018-01-24 Thread klzgrad
Hi, I patched Chromium to close the stream immediately after seeing END_STREAM. In testing, Chromium sends an RST (CANCEL) for this, but HAProxy replies with an RST (STREAM_CLOSED). This is a MUST NOT (though only a nuisance for me as Chromium will print warnings for it.): > To avoid looping,