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, we usually just read, and then write, with multiple streams,
> we can read, handle the request, write, and read again data for a different
> stream.
> The second patch makes wait_for_handshake work for HTTP/2, by making sure
> all the stream tasks are woken up once the handshake is done, in case some
> of the streams were waiting for it.

Both applied, thanks Olivier!

Willy

Reply via email to