Re: [PATCH] ssl/mux: Handle early data with multiple streams

2017-11-23 Thread Willy Tarreau
On Thu, Nov 23, 2017 at 06:43:03PM +0100, Olivier Houchard wrote: > Hi, > > The attached patches attempt to make early data behave well when there are > multiple streams in one connection, ie with HTTP/2. > The first one makes sure we can mix read and write for early data. With a > single stream,

[PATCH] ssl/mux: Handle early data with multiple streams

2017-11-23 Thread Olivier Houchard
Hi, The attached patches attempt to make early data behave well when there are multiple streams in one connection, ie with HTTP/2. The first one makes sure we can mix read and write for early data. With a single stream, we usually just read, and then write, with multiple streams, we can read, hand